## πΎπ master python with algorithms (my book π€)
### in this repo
* **[π my book on algorithms and data structure in python (2014)](book)**:
- **one of the first-ever publications to solve classic computer science algorithm and data structure problems in python.**
- **[it was 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](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 π)](book/600_stars.png)**.
* **π algorithms and data structures revisited (2023)**:
* ππππ. **[arrays and strings](arrays_and_strings)**
* ππππ. **[linked lists](linked_lists)**
* ππππ. **[stacks and queues](stacks_and_queues)**
* ππππ. **[bit manipulation](bit_manipulation)**
* ππππ. **[math and logic](math_and_logic)**
* ππππ. **[sorting and searching](sorting_and_searching)**
* ππππ. **[trees, transversals, graphs](trees_and_graphs/)**