Skip to content

ghassanachi/ctci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctci

[Ongoing] Rust CTCI Problem

Ongoing project to both learn rust and practice some interview questions using the amazing Cracking The Coding Interview book

Notes

  • I've used [SinglyLinkedList][structures::SinglyLinkedList] and [DoubleLinkedList][structures::LinkedList] implementations grabbed from modulitos/CtCI-rust since the [std::collections::LinkedList]'s iterators iterate on inner type which goes against the intended solutions.
  • I've made some tweaks to the above implementations with some helper methods as well as loosening the Bounds restrictions on the inner type.

About

Cracking the coding interview in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages