Solutions to Codility challenges that have ended.
- RectangleBuilderGreaterArea
- DwarfsRafting
- I do not plan on doing HilbertMaze. There are plenty of published solutions already.
- TreeProduct with time complexity O(N*log(N)) (that was hard, O(N^2) is easy)
- SheepAndSunshades (Rubidium 2018)
- ConcatenatingOfWords (Strontium 2019) too boring