translation: Update the mindmap (#1100)

* Translated the mindmap

* Bug fixes and reducing the file size
This commit is contained in:
Yudong Jin 2024-03-03 23:57:47 +08:00 committed by GitHub
parent 6a728042fd
commit a032d68c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View file

@ -26,7 +26,7 @@ The main content of the book is shown in the following figure.
- **Data Structures**: focuses on fundamental data types, classification methods, definitions, pros and cons, common operations, types, applications, and implementation methods of data structures such as array, linked list, stack, queue, hash table, tree, heap, graph, etc.
- **Algorithms**: defines algorithms, discusses their pros and cons, efficiency, application scenarios, problem-solving steps, and includes sample questions for various algorithms such as search, sorting, divide and conquer, backtracking, dynamic programming, greedy algorithms, and more.
![Main Content of the Book](about_the_book.assets/hello_algo_mindmap.jpg)
![Main Content of the Book](about_the_book.assets/hello_algo_mindmap.png)
## Acknowledgements