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

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

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
```