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.
- Host: GitHub
- URL: https://github.com/gilbert/puzzles
- Owner: gilbert
- Created: 2013-06-09T20:01:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T20:30:24.000Z (about 13 years ago)
- Last Synced: 2025-03-05T22:49:18.025Z (over 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!