Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwasham/code-catalog-python

Algorithms and data structures for review for coding interview.
https://github.com/jwasham/code-catalog-python

Last synced: 11 days ago
JSON representation

Algorithms and data structures for review for coding interview.

Awesome Lists containing this project

README

        

# 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)](https://www.amazon.com/Structures-Algorithms-Python-Michael-Goodrich/dp/1118290275)
- [Data Structures and Algorithms in Python (paperback - much cheaper)](https://www.amazon.com/Structures-Algorithms-Python-Michael-Goodrich/dp/812656217X/)

![Data Structures and Algorithms in Python (hardcover)](./img/Data_Structures_and_Algorithms_in_Python_hardcover.jpg)
![Data Structures and Algorithms in Python (paperback - much cheaper)](./img/Data_Structures_and_Algorithms_in_Python_paperback.jpg)

- [Grokking Algorithms](https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230/)

![Grokking Algorithms](./img/grokking_book_cover.jpg)

---

May contain bugs.