Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 438 Bytes

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