Repository containing portfolio of python challenges and notes completed by me.
-
-
ATM Control Flow: A program to replicate the Automatic Teller Machine (ATM) control flow.
-
Count Prime Number: A function that returns the number of prime numbers that exist up to and including a given number.
-
Equilibrium: A function that returns any of its equilibrium indices in an array A consisting of N integers.
-
Guessing Game: A program that picks a random integer number from 1 to 100, and has players guess the number.
-
Missing Integer: A function that returns the smallest positive integer (greater than 0) that does not occur in an array A of N integers.
-
Odd Occurrences in Array: A function that returns the value of the unpaired element in an array A consisting of N integers.
-
Order a Meal: A program to order a meal
-
Palindromes Permutation: A function to check if it is a permutation of a palindrome (has no more than 1 odd letter) or not.
-
Reconstruct a 2-Row Binary Matrix: A function to reconstruct the binary matrix and returns it as a 2-D integer array.
-
Tic Tac Toe: A tic tac toe games
-
Zero Sequence of Binary Gap: A function that returns the length of its longest binary gap from a positive integer N.
-