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/
- Host: GitHub
- URL: https://github.com/vdaubry/codility_solutions
- Owner: vdaubry
- License: mit
- Created: 2015-10-30T14:24:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T13:21:44.000Z (about 10 years ago)
- Last Synced: 2025-01-13T22:35:48.090Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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