cracking-the-coding-interview-6th-edition-in-ruby
cracking-the-coding-interview-6th-edition-in-ruby copied to clipboard
Ruby solutions to the problems and exercises found in Cracking the Coding Interview, 6th Edition.
Cracking the Coding Interview in Ruby
Ruby solutions to the questions and exercises found in Cracking the Coding Interview, 6th Edition.
Usage
This codebase was written to be verified through minitest and guard
- Install the required gems with
bundle install. - Start guard.
bundle exec guard
What's the goal of this repository?
This is a personal repo that I am practicing from, as it has been many years since I've taken an Algorithms or Data Structures course. The answers found in this repo are my own work. When stuck, I've referenced the solutions in the book to better comprehend how to implement a solution in ruby. Many of my solutions are not optimal solutions.
I have a suggestion for this repository
If you find errors in this repository, please submit an issue or pull request.