Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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/)**