Skip to content

holyketzer/ctci_v6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cracking the Coding Interview Solutions

Solutions for 6th edition

Ruby

cd ruby
bundle install
rspec

Go

cd go
go test ./...

TODO:

  • 3.3 find more clean approach
  • 4.1 check diamond relation
  • 4.7 review cycle detection
  • 7.2 refactor with features
  • 10.9 implement binary search in matrix
  • 12.9 fix smart pointer