An open API service indexing awesome lists of open source software.

https://github.com/dazinator/codilitylessons


https://github.com/dazinator/codilitylessons

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CodilityLessons

I am going through the codility lessons, and pushing my submitted answers to each lesson, to this repo as I go.
I will be making slow progress on this!

## Lesson 1 - Iterations

Reading Material: https://codility.com/media/train/Iterations.pdf

- [X] - Binary Gap (100%)

## Lesson 2 - Arrays

Reading Material: https://codility.com/media/train/0-Arrays.pdf

- [X] - CyclicRotation (100%)
- [ ] - OddOccurrencesInArray

## Lesson 3 - Time Complexity

Reading Material: https://codility.com/media/train/1-TimeComplexity.pdf

- [ ] - FrogJmp
- [ ] - PermMissingElem
- [ ] - TapeEquilibrium

## Lesson 4 - Counting Elements

Reading Material: https://codility.com/media/train/2-CountingElements.pdf

- [ ] - FrogRiverOne
- [ ] - MaxCounters
- [ ] - MissingInteger
- [ ] - PermCheck

## Lesson 5 - Prefix Sums

Reading Material: https://codility.com/media/train/3-PrefixSums.pdf

- [ ] - CountDiv
- [ ] - GenomicRangeQuery
- [ ] - MinAvgTwoSlice
- [ ] - PassingCars

## Lesson 6 - Sorting

Reading Material: https://codility.com/media/train/4-Sorting.pdf

- [ ] - Distinct
- [ ] - MaxProductOfThree
- [ ] - NumberOfDiscIntersections
- [ ] - Triangle