## πŸ‘ΎπŸ master python with algorithms (my book πŸ–€)

<br>


<p align="center">
<img src="https://user-images.githubusercontent.com/1130416/156927662-1cc6d09f-1124-4a87-8c40-10159b24d307.jpeg" width="30%" align="center" style="padding:1px;border:1px solid black;">
</p>

<br>

## [πŸ“– my book on algorithms and data structure in python (2014)](MY_BOOK)

<br>

- **➑️ [one of the first-ever publications to solve classic computer science algorithm and data structure problems in python, published by hanbit media in 2014](https://www.hanbit.co.kr/store/books/look.php?p_code=B8465804191)**.
- **➑️ [as of today, it has 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 book as a reference for a CMU computer science class](https://www.andrew.cmu.edu/user/ramesh/teaching/course/48784.pdf)**.
- **➑️ [here is a pic when this repo used to have 600+ stars and 300 forks (before πŸ’© happened 😞)](MY_BOOK/600_stars.png)**.


<br>
<p align="center">
  <img src="https://user-images.githubusercontent.com/1130416/156927666-04e64766-8d8b-4973-a2b1-6e0c48dc6cc1.jpeg" width=50%" align="center" style="padding:1px;border:1px solid black;">

<br>
<br>
<br>

---

## πŸ“– algorithms and data structures revisited (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>

---

## external resources

<br>

* **[big-o complexity chart](https://www.bigocheatsheet.com/)**
* **[hacker rank videos on algorithms](https://www.youtube.com/watch?v=KEEKn7Me-ms&list=PLI1t_8YX-ApvMthLj56t1Rf-Buio5Y8KL)**