- Advent of Code solutions
- Self-study implementations from the book series Algorithms Illuminated by Tim Roughgarden
# Advent of Code
bundle exec ruby lib/aoc/2015/1_not_quite_lisp.rb
# Algorithms Illuminated
bundle exec rake test
bundle exec rake test TEST=test/algorithms/part1/test_rec_int_mult.rb
bundle exec rake test TEST=test/algorithms/part1/test_rec_int_mult.rb TESTOPS="--name=test_rect_int_mult"