Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 501 Bytes

README.markdown

File metadata and controls

10 lines (7 loc) · 501 Bytes

Introduction to Algorithms

After a failed job interview I figured that I need to ramp up my algorithms knowledge - and bought Introduction to Algorithms.

All examples were tested using Ruby 1.9.2 and require no external dependencies:

$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0]