Readme update

This commit is contained in:
Tyrel Souza 2018-04-10 22:36:35 -04:00
parent f4de8d0d9c
commit 2b30207b53
1 changed files with 8 additions and 0 deletions

View File

@ -9,3 +9,11 @@ $ ruby -I. binary_tree_demo.rb
$ ruby -I. XXX_demo.rb # Etc...
```
# What??
Following along with this book [https://pragprog.com/book/jbmaze/mazes-for-programmers](https://pragprog.com/book/jbmaze/mazes-for-programmers)
## Mazes included
- BinaryTree binary_tree.rb Chapter 2
- Sidewinder sidewinder.rb Chapter 2