Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuru/codility
Solutions to Codility public challenges
https://github.com/nuru/codility
codility codility-solutions
Last synced: 19 days ago
JSON representation
Solutions to Codility public challenges
- Host: GitHub
- URL: https://github.com/nuru/codility
- Owner: Nuru
- Created: 2018-12-23T06:51:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T22:26:14.000Z (almost 6 years ago)
- Last Synced: 2024-12-08T02:43:32.849Z (26 days ago)
- Topics: codility, codility-solutions
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codility
Solutions to Codility challenges that have ended.#### Indeed Prime 2015 challenge
- [LongestPassword](solutions/longest_password.rb)
- [FloodDepth](solutions/flood_depth.rb)
- [SlalomSkiing](solutions/slalom_skiing.rb)#### Indeed Prime 2016 challenge
- [RectangleBuilderGreaterArea](solutions/rectangle_builder.rb)
- [DwarfsRafting](solutions/dwarves_rafting.rb)
- I do not plan on doing HilbertMaze. There are plenty of published solutions already.
- [TreeProduct](solutions/tree_product/tree_product.rb) with time complexity **O(N\*log(N))** (that was hard, O(N^2) is easy)#### Indeed Prime 2016 College Coders challenge
- [TennisTournament](solutions/tennis_tournament.rb)
- [SocksLaundering](solutions/socks_laundering.rb)
- [DiamondsCount](solutions/diamonds_count.rb)
- [ArrayRecovery](solutions/array_recovery.rb)#### Codility elemental challenges
- [SheepAndSunshades](solutions/sheep_shades/sheep_shades.rb) (Rubidium 2018)
- ConcatenatingOfWords (Strontium 2019) _too boring_#### "Future Training"
- [PolygonConcavityIndex](solutions/polygon_concavity_index.rb)