Update README.md

This commit is contained in:
bt3gl 2023-07-30 17:57:20 -07:00 committed by GitHub
parent ec9ccd5dfd
commit fa7c3cde66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,34 +9,30 @@
<br> <br>
### in this repo ## [📖 my book on algorithms and data structure in python (2014)](book)
<br> <br>
* **[📖 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, published by hanbit media in 2014](https://www.hanbit.co.kr/store/books/look.php?p_code=B8465804191)**.
- **one of the first-ever publications to solve classic computer science algorithm and data structure problems in python.** - **➡️ [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)**.
- **[it was published by hanbit media in 2014](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)**.
- **[as of today, it has 4.6/5 stars and 33 reviews](https://www.hanbit.co.kr/store/books/look.php?p_code=B8465804191)**. - **➡️ [here is a pic when this repo used to have 600+ stars and 300 forks (before 💩 happened 😞)](book/600_stars.png)**.
- **[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)**.
<br> <br>
<p align="center"> <p align="center">
<img src="https://user-images.githubusercontent.com/1130416/156927666-04e64766-8d8b-4973-a2b1-6e0c48dc6cc1.jpeg" width=60%" align="center" style="padding:1px;border:1px solid black;"> <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> <br>
<br> <br>
---
## 📖 algorithms and data structures revisited (2023)
<br>
* **📖 algorithms and data structures revisited (2023)**:
* 𝟘𝟘𝟙𝟘. **[arrays, strings, hash objects](arrays_and_strings)** * 𝟘𝟘𝟙𝟘. **[arrays, strings, hash objects](arrays_and_strings)**
* 𝟘𝟘𝟙𝟙. **[linked lists](linked_lists)** * 𝟘𝟘𝟙𝟙. **[linked lists](linked_lists)**
* 𝟘𝟙𝟘𝟘. **[stacks and queues](stacks_and_queues)** * 𝟘𝟙𝟘𝟘. **[stacks and queues](stacks_and_queues)**
@ -50,7 +46,7 @@
--- ---
### external resources ## external resources
<br> <br>