From 7f7d03924da34dc91f7546850679780d343e2538 Mon Sep 17 00:00:00 2001 From: krahets Date: Sun, 24 Sep 2023 19:36:51 +0800 Subject: [PATCH] build --- chapter_preface/about_the_book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_preface/about_the_book.md b/chapter_preface/about_the_book.md index 5699afb4e..2cfc5e1c7 100644 --- a/chapter_preface/about_the_book.md +++ b/chapter_preface/about_the_book.md @@ -30,7 +30,7 @@ comments: true - **数据结构**:基本数据类型,数据结构的分类方法。数组、链表、栈、队列、哈希表、树、堆、图等数据结构的定义、优缺点、常用操作、常见类型、典型应用、实现方法等。 - **算法**:搜索、排序、分治、回溯、动态规划、贪心等算法的定义、优缺点、效率、应用场景、解题步骤、示例题目等。 -![Hello 算法内容结构](about_the_book.assets/hello_algo_mindmap.png) +![Hello 算法内容结构](about_the_book.assets/hello_algo_mindmap.jpg)

图 0-1   Hello 算法内容结构