Here are my solutions to the codility lessons. You can find the lessons here.
Details Legend: D = Difficulty; TS = Task Score; C = Completeness; P = Performance; TC = Time Complexity
| Task - Solution | Details |
|---|---|
| Lesson 1 - Iterations | |
| BinaryGap | Find longest sequence of zeros in binary representation of an integer. |
| Lesson 2 - Arrays | |
| OddOccurrencesInArray. | Find value that occurs in odd number of elements |
| Lesson 3 - Time Complexity | |
| PermMissingElem | Count minimal number of jumps from position X to Y. |