Skip to content

Rust solutions for Cracking the Coding Interview book

License

Notifications You must be signed in to change notification settings

MitinPavel/ctci_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust solutions for Cracking the Coding Interview book

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages