Skip to content

hiddenwaffle/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Languages