laylaxh / CtCI-with-Ruby-TDD

Cracking the Coding Interview with Ruby and TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cracking the Coding Interview - in Ruby with Rspec/TDD

Ruby solutions to various questions in the "Cracking the Coding Interview" book by Gayle Laakmann McDowell.

Also included are other puzzles given to me on coding intervews and/or ones that I just found interesting.

##Running the tests

You can run the tests for each individual exercise as follows: rspec / So, for example, to run the spec for exercise 9.4a_subsets.rb, you would: rspec chapter_09/9.4a_subsets.rb

About

Cracking the Coding Interview with Ruby and TDD

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%