From 3e375366ae02f9f1a4d2c6a228b1f7732e44d288 Mon Sep 17 00:00:00 2001 From: bt3gl <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:19:30 -0700 Subject: [PATCH] Update README.md --- README.md | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index ed5fcfa..7a455c9 100644 --- a/README.md +++ b/README.md @@ -9,27 +9,9 @@
-## [📖 my book on algorithms and data structure in python (2014)](MY_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)**. -- **➡️ [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)**. - - -
-

- - -
-
-
- --- -## 📖 algorithms and data structures revisited (2023) +### 📖 algorithms and data structures (2023)
@@ -51,11 +33,34 @@
+ --- -## external resources +### [📖 my book on algorithms and data structure in python (2014, open-sourced)](MY_BOOK)
-* **[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)**. + + +
+

+ + +
+
+
+ + + +--- + +### external resources + +
+ +* **[big-o complexities chart and explanations](https://www.bigocheatsheet.com/)** +* **[bt3gl's classes on algorithms and data structures](https://www.youtube.com/@bt3gl)**