Skip to content

Commit

Permalink
Fix two figures (krahets#1024)
Browse files Browse the repository at this point in the history
* Fix two figures

* Fix a figure
  • Loading branch information
krahets authored Jan 3, 2024
1 parent 3a559f1 commit 5866d27
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified docs-en/assets/covers/chapter_introduction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/chapter_preface/about_the_book.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- **数据结构**:基本数据类型和数据结构的分类方法。数组、链表、栈、队列、哈希表、树、堆、图等数据结构的定义、优缺点、常用操作、常见类型、典型应用、实现方法等。
- **算法**:搜索、排序、分治、回溯、动态规划、贪心等算法的定义、优缺点、效率、应用场景、解题步骤和示例问题等。

![本书主要内容](about_the_book.assets/hello_algo_mindmap.jpg)
![本书主要内容](about_the_book.assets/hello_algo_mindmap.png)

## 致谢

Expand Down

0 comments on commit 5866d27

Please sign in to comment.