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

https://github.com/gilbert/puzzles

Random programming puzzles done during my free time.
https://github.com/gilbert/puzzles

Last synced: over 1 year ago
JSON representation

Random programming puzzles done during my free time.

Awesome Lists containing this project

README

          

*randomly assorted collection[s] of*

# Programming Puzzles

To run the tests, `cd` into a folder and run the `*_test.rb` file (or use `turn` if you have it installed).

For example:

$ cd edit-distance
$ ruby distance_test.rb
$ turn distance_test.rb # Or do this. It's prettier!