mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:06:28 +08:00
translation: Update the mindmap (#1100)
* Translated the mindmap * Bug fixes and reducing the file size
This commit is contained in:
parent
6a728042fd
commit
a032d68c7c
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 |
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue