Add the chapter cover images (#528)

This commit is contained in:
Yudong Jin
2023-06-02 01:36:51 +08:00
committed by GitHub
parent 033dca77fe
commit 041a989d33
28 changed files with 110 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -0,0 +1,7 @@
# 数组与链表
<div class="center-table" markdown>
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 回溯
<div class="center-table" markdown>
![回溯](../assets/covers/chapter_backtracking.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 复杂度分析
<div class="center-table" markdown>
![复杂度分析](../assets/covers/chapter_complexity_analysis.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 数据结构简介
<div class="center-table" markdown>
![数据结构](../assets/covers/chapter_data_structure.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 图
<div class="center-table" markdown>
![](../assets/covers/chapter_graph.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 散列表
<div class="center-table" markdown>
![散列表](../assets/covers/chapter_hashing.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 堆
<div class="center-table" markdown>
![](../assets/covers/chapter_heap.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 引言
<div class="center-table" markdown>
![引言](../assets/covers/chapter_introduction.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 写在前面
<div class="center-table" markdown>
![写在前面](../assets/covers/chapter_preface.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 搜索
<div class="center-table" markdown>
![搜索](../assets/covers/chapter_searching.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 排序
<div class="center-table" markdown>
![排序](../assets/covers/chapter_sorting.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 栈与队列
<div class="center-table" markdown>
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="70%" }
</div>

View File

@ -0,0 +1,7 @@
# 树
<div class="center-table" markdown>
![](../assets/covers/chapter_tree.jpg){ width="70%" }
</div>