Rust solutions for "Cracking the Coding Interview" (6th edition).
Implemented chapters:
- 01 Arrays and Stings
Disclaimer: this repository does not contain an idiomatic Rust code. Assuming coding interview goals:
- it often doesn't use standard library functions and third party traits
- it prefers more imperative code style
- it prefers mutability
Rust, CtCI, algorithm, big O notation
rustc 1.19.0-nightly
The only reason to have Nightly is to have an ability to benchmark solutions.