Skip to content

aerotog/ctci_must_knows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementations for the "must-have knowledge" from Cracking the Coding Interview p. 61.

Data Structures Algorithms Concepts
Linked Lists Breadth-First Search Bit Manipulation
Trees, Tries, & Graphs Depth-First Search Memory (Stack vs. Heap)
Stacks & Queues Binary Search Recursion
Heaps Merge Sort Dynamic Programming
Vectors/ArrayLists Quick Sort Big O Time & Space
Hash Tables

About

Python implementations for the "must-have knowledge" from _Cracking the Coding Interview_ p. 61.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published