Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)