/ctci_rust

Rust solutions for Cracking the Coding Interview book

Primary LanguageRustMIT LicenseMIT

Cracking the Coding Interview in Rust

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

Tags

Rust, CtCI, algorithm, big O notation

Rust version

rustc 1.19.0-nightly

The only reason to have Nightly is to have an ability to benchmark solutions.