Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autistic-symposium/master-algorithms-py
πΎ my detailed walk-through for mastering classical algorithm and data structure problems (and the book i published by hanbit media a decade ago)
https://github.com/autistic-symposium/master-algorithms-py
algorithm algorithms breath-first-search code-interview data-structure data-structures depth-first-search exercise graphs-algorithms interview learn-algorithm python python-solution queues tries
Last synced: about 4 hours ago
JSON representation
πΎ my detailed walk-through for mastering classical algorithm and data structure problems (and the book i published by hanbit media a decade ago)
- Host: GitHub
- URL: https://github.com/autistic-symposium/master-algorithms-py
- Owner: autistic-symposium
- Archived: true
- Created: 2013-09-10T08:04:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T16:20:34.000Z (3 months ago)
- Last Synced: 2025-01-31T04:47:38.296Z (8 days ago)
- Topics: algorithm, algorithms, breath-first-search, code-interview, data-structure, data-structures, depth-first-search, exercise, graphs-algorithms, interview, learn-algorithm, python, python-solution, queues, tries
- Language: Python
- Homepage:
- Size: 16.6 MB
- Stars: 27
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## πΎπ master algorithms with python (and my book π€)
![]()
---
### π algorithms and data structures: learn with my examples! (2023)
* ππππ. **[arrays and strings](arrays_and_strings)**
* ππππ. **[bit operations](bit_operations)**
* ππππ. **[dynamic programming](dynamic_programming)**
* ππππ. **[graphs](graphs)**
* ππππ. **[hash objects](hash_objects)**
* ππππ. **[heaps](heaps)**
* ππππ. **[linked lists](linked_lists)**
* ππππ. **[math](math)**
* ππππ. **[queues](queues)**
* ππππ. **[searching](searching)**
* ππππ. **[sets](sets)**
* ππππ. **[sorting](sorting)**
* ππππ. **[stacks](stacks)**
* ππππ. **[trees](trees)**
* ππππ. **[tries](tries)**
---
### [π my book on algorithms and data structure: open-source for you! (2014)](MY_BOOK)
- **β‘οΈ [one of the first-ever publications solving classic algorithm and data structure problems in python, published by hanbit media](https://www.hanbit.co.kr/store/books/look.php?p_code=B8465804191)**.
- **β‘οΈ [last time i checked, it had 4.6/5 stars and 33 reviews (not bad for a book written in school by a self-taught!)](https://www.hanbit.co.kr/store/books/look.php?p_code=B8465804191)**.
- **β‘οΈ [this repo used to have 600+ stars and 300 forks before π© happened π (here is a proof)](MY_BOOK/600_stars.png)**.
- **β‘οΈ [just for fun: this book as a reference for a CMU computer science class](https://www.andrew.cmu.edu/user/ramesh/teaching/course/48784.pdf)**.
---
### external resources
* **[big-o complexities chart and explanation](https://www.bigocheatsheet.com/)**