Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.19 KB

Code Catalog in Python

This is my catalog of algorithms and data structures for review for a coding interview.

I've printed these out and so I can review them.

It's probably not necessary to memorize them, just know the concepts and how they work in case you need to recreate them in an interview.

This is really just for me, but I wanted to share. I'll likely add more, but they will all be in Python.

For great books on data structures and algorithms in Python:

Data Structures and Algorithms in Python (hardcover) Data Structures and Algorithms in Python (paperback - much cheaper)

Grokking Algorithms


May contain bugs.