Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jwasham/code-catalog-python
- Owner: jwasham
- Created: 2016-11-13T22:40:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T08:35:53.000Z (about 4 years ago)
- Last Synced: 2024-10-14T16:59:09.150Z (29 days ago)
- Language: Python
- Size: 32 MB
- Stars: 979
- Watchers: 33
- Forks: 214
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.