Skip to content

stevemorris/PuzzleNode-Solutions

Repository files navigation

PuzzleNode Solutions

My solutions in Ruby to the first 12 PuzzleNode programming challenges. I'm currently on the leaderboard (look for Steve Morris).

Hints

To efficiently solve many of these challenges, you'll need to be comfortable with both recursion and graph theory. I found this article extremely helpful for implementing graphs (translating the Python code to Ruby was straightforward).

Requirements

Ruby 1.9.2

Gems required by one or more solutions:

  • RSpec (gem install rspec)
  • Nokogiri (gem install nokogiri)

About

Solutions in Ruby to the PuzzleNode programming challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages