https://github.com/naz/codility-training
sharpen the saw
https://github.com/naz/codility-training
Last synced: 3 months ago
JSON representation
sharpen the saw
- Host: GitHub
- URL: https://github.com/naz/codility-training
- Owner: naz
- Created: 2015-07-28T09:42:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T14:15:21.000Z (over 9 years ago)
- Last Synced: 2024-10-03T12:16:26.218Z (8 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Codility algorithms
===================These are my solutions for codility algorithms which I do to keep my algorithmic skills sharp.
To run through any given task just look into a file and execute the `solution` function
or if you find some tests for the problem in the folder run this:```bash
npm install tape -g
tape /path/to/*.spec.js
```