My Codility Solutions in Python
Practicing Python
Lesson 1: Iterations
BinaryGap: Find the size of the longest sequence of zeros in the binary representation of an integer.
Lesson 2: Arrays
CyclicRotation: Rotate array A K times.
OddOccurrencesInArray: Element with odd number of occurrances in an array.
Lesson 3: Time Complexity
FrogJmp: Minimal number of jumps to target
PermMissingElem: Find the missing element in a incomplete sequence.