hiddenwaffle / algorithms

Advent of Code and Algorithms Illuminated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms n' Such

  • Advent of Code solutions
  • Self-study implementations from the book series Algorithms Illuminated by Tim Roughgarden

book1 book2 book3 book4

Example Usage

# 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"

About

Advent of Code and Algorithms Illuminated

License:Other


Languages

Language:Ruby 100.0%