###Introduction Ruby solutions to questions in the Cracking the Coding Interview 5th editions book.
Source code and RSpec tests included
###How to run the tests
You can run the tests by simply type rake
inside the root directory of the source code, before that, you should run bundle install
to install required gems, see Rakefile for details.
###TODO New solutions and tests will be added into the repository in future, please keep watching for further updating.