mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -04:00
68 lines
2.2 KiB
Markdown
68 lines
2.2 KiB
Markdown
## 👾🐍 master algorithms with python (and my book 🖤)
|
||
|
||
<br>
|
||
|
||
|
||
<p align="center">
|
||
<img src="https://user-images.githubusercontent.com/1130416/156927662-1cc6d09f-1124-4a87-8c40-10159b24d307.jpeg" width="25%" align="center" style="padding:1px;border:1px solid black;">
|
||
</p>
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
### 📖 algorithms and data structures: learn with my examples! (2023)
|
||
|
||
<br>
|
||
|
||
* 𝟘𝟘𝟘𝟙. **[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)**
|
||
|
||
<br>
|
||
|
||
|
||
---
|
||
|
||
### [📖 my book on algorithms and data structure: open-source for you! (2014)](MY_BOOK)
|
||
|
||
<br>
|
||
|
||
- **➡️ [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)**.
|
||
|
||
|
||
|
||
<br>
|
||
<p align="center">
|
||
<img src="https://user-images.githubusercontent.com/1130416/156927666-04e64766-8d8b-4973-a2b1-6e0c48dc6cc1.jpeg" width=40%" align="center" style="padding:1px;border:1px solid black;">
|
||
|
||
<br>
|
||
<br>
|
||
<br>
|
||
|
||
|
||
|
||
---
|
||
|
||
### external resources
|
||
|
||
<br>
|
||
|
||
* **[big-o complexities chart and explanation](https://www.bigocheatsheet.com/)**
|
||
|