/ctci_answers_ruby

CTCI Answers in Ruby

Primary LanguageRuby

Brief Descriiption

I have been interested in learning Ruby for a while and the best way to learn for me is to start using the langauge. So here are some Ruby solutions to the problems found in Cracking the Coding Interview, 6th Edition.This repo will hopefully help me learn ruby as well as keep my knowledge of algorithms and data structures sharp.Many of the solutions do not adhere to the best practices in Ruby and may be very naive.I will still try my best to implment them in an efficient manner.