diff --git a/docs-en/assets/covers/chapter_introduction.jpg b/docs-en/assets/covers/chapter_introduction.jpg index 0c39cd596..47e448f33 100644 Binary files a/docs-en/assets/covers/chapter_introduction.jpg and b/docs-en/assets/covers/chapter_introduction.jpg differ diff --git a/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png b/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png index 8a6902a9c..d255fccb4 100644 Binary files a/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png and b/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png differ diff --git a/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg b/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg deleted file mode 100644 index 9b0727f47..000000000 Binary files a/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.jpg and /dev/null differ diff --git a/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png b/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png new file mode 100644 index 000000000..309488ea3 Binary files /dev/null and b/docs/chapter_preface/about_the_book.assets/hello_algo_mindmap.png differ diff --git a/docs/chapter_preface/about_the_book.md b/docs/chapter_preface/about_the_book.md index d7177a6bb..d79552caa 100644 --- a/docs/chapter_preface/about_the_book.md +++ b/docs/chapter_preface/about_the_book.md @@ -26,7 +26,7 @@ - **数据结构**:基本数据类型和数据结构的分类方法。数组、链表、栈、队列、哈希表、树、堆、图等数据结构的定义、优缺点、常用操作、常见类型、典型应用、实现方法等。 - **算法**:搜索、排序、分治、回溯、动态规划、贪心等算法的定义、优缺点、效率、应用场景、解题步骤和示例问题等。 -![本书主要内容](about_the_book.assets/hello_algo_mindmap.jpg) +![本书主要内容](about_the_book.assets/hello_algo_mindmap.png) ## 致谢