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

https://github.com/vdaubry/codility_solutions

Solutions to codility training in ruby : https://codility.com/programmers/lessons/
https://github.com/vdaubry/codility_solutions

Last synced: 10 months ago
JSON representation

Solutions to codility training in ruby : https://codility.com/programmers/lessons/

Awesome Lists containing this project

README

          

# codility_solutions
Solutions to codility training in ruby

## Tools :

* Minitest : to test edge cases
* Minitest/benchmark : to test algorithm time complexity

## Generate solution template :

``` ./generate_solution.sh path_to_script ``` will create a new executable script from template

## Usage :

When done only submit the solution part to codility : minitests cannot be required