https://github.com/dazinator/codilitylessons
https://github.com/dazinator/codilitylessons
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dazinator/codilitylessons
- Owner: dazinator
- Created: 2020-07-18T11:09:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T12:46:48.000Z (almost 6 years ago)
- Last Synced: 2024-05-22T22:23:19.294Z (about 2 years ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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