/mazes

Mazes for Programmers

Primary LanguageRubyMIT LicenseMIT

Mazes

Code from the "Mazes for Programmers" book by Jamis Buck (Pragmatic Programmers).

Examples

  • ruby -I. binary_tree_demo.rb # Runs the binary tree demo
  • ruby -I. sidewinder_demo.rb # Runs the sidewinder demo