Update README.md

This commit is contained in:
bt3gl 2023-08-08 13:19:30 -07:00 committed by GitHub
parent 5844ecc8bf
commit 3e375366ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,27 +9,9 @@
<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)
### 📖 algorithms and data structures (2023)
<br>
@ -51,11 +33,34 @@
<br>
---
## external resources
### [📖 my book on algorithms and data structure in python (2014, open-sourced)](MY_BOOK)
<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) and on [data structures](https://www.youtube.com/playlist?list=PLI1t_8YX-Apv-UiRlnZwqqrRT8D1RhriX)**
- **➡️ [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>
---
### external resources
<br>
* **[big-o complexities chart and explanations](https://www.bigocheatsheet.com/)**
* **[bt3gl's classes on algorithms and data structures](https://www.youtube.com/@bt3gl)**