From fa7c3cde6606bb431831ab984f2bed4035c80342 Mon Sep 17 00:00:00 2001
From: bt3gl <138340846+bt3gl-google@users.noreply.github.com>
Date: Sun, 30 Jul 2023 17:57:20 -0700
Subject: [PATCH] Update README.md
---
README.md | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/README.md b/README.md
index 595c1ee..850daa2 100644
--- a/README.md
+++ b/README.md
@@ -9,48 +9,44 @@
-### in this repo
+## [📖 my book on algorithms and data structure in python (2014)](book)
-* **[📖 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)**.
+- **➡️ [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 😞)](book/600_stars.png)**.
-
-
-
-
-
-
-
+
+---
-* **📖 algorithms and data structures revisited (2023)**:
- * 𝟘𝟘𝟙𝟘. **[arrays, strings, hash objects](arrays_and_strings)**
- * 𝟘𝟘𝟙𝟙. **[linked lists](linked_lists)**
- * 𝟘𝟙𝟘𝟘. **[stacks and queues](stacks_and_queues)**
- * 𝟘𝟙𝟘𝟙. **[bit manipulation](bit_manipulation)**
- * 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_logic_dp)**
- * 𝟙𝟘𝟘𝟙. **[sorting and searching](sorting_and_searching)**
- * 𝟙𝟘𝟙𝟙. **[trees, heaps, tries, graphs](trees_and_graphs/)**
+## 📖 algorithms and data structures revisited (2023)
+
+
+
+* 𝟘𝟘𝟙𝟘. **[arrays, strings, hash objects](arrays_and_strings)**
+* 𝟘𝟘𝟙𝟙. **[linked lists](linked_lists)**
+* 𝟘𝟙𝟘𝟘. **[stacks and queues](stacks_and_queues)**
+* 𝟘𝟙𝟘𝟙. **[bit manipulation](bit_manipulation)**
+* 𝟘𝟙𝟙𝟘. **[math, logic, dynamic programming](math_logic_dp)**
+* 𝟙𝟘𝟘𝟙. **[sorting and searching](sorting_and_searching)**
+* 𝟙𝟘𝟙𝟙. **[trees, heaps, tries, graphs](trees_and_graphs/)**
---
-### external resources
+## external resources