Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 597 Bytes

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.