Code Interview

this repo contains codes impl questions in book CRACKING THE CODING INTERVIEW in Python, Rust and Go

Go is suck let’s forget it!

question description is in every question’s README.md

if you want to run Python for a question, make sure that you have Python 3.6+

cd src/chapter01/01/
python3 -m unittest main

for Rust code, simply run

cargo test c1_q1

PR is welcome!


completed chapters