diff --git a/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg b/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg deleted file mode 100644 index 9b0727f4..00000000 Binary files a/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg and /dev/null differ diff --git a/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.png b/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.png new file mode 100644 index 00000000..cc061a0b Binary files /dev/null and b/docs-en/chapter_preface/about_the_book.assets/hello_algo_mindmap.png differ diff --git a/docs-en/chapter_preface/about_the_book.md b/docs-en/chapter_preface/about_the_book.md index 3351bb8c..13ae6c4e 100644 --- a/docs-en/chapter_preface/about_the_book.md +++ b/docs-en/chapter_preface/about_the_book.md @@ -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