Add the chapter cover images (#528)
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 133 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 118 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
# 数组与链表
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 回溯
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![回溯](../assets/covers/chapter_backtracking.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 复杂度分析
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![复杂度分析](../assets/covers/chapter_complexity_analysis.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 数据结构简介
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![数据结构](../assets/covers/chapter_data_structure.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 图
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![图](../assets/covers/chapter_graph.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 散列表
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![散列表](../assets/covers/chapter_hashing.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 堆
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![堆](../assets/covers/chapter_heap.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 引言
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![引言](../assets/covers/chapter_introduction.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 写在前面
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![写在前面](../assets/covers/chapter_preface.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 搜索
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![搜索](../assets/covers/chapter_searching.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 排序
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![排序](../assets/covers/chapter_sorting.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 栈与队列
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,7 @@
|
|||||||
|
# 树
|
||||||
|
|
||||||
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
|
![树](../assets/covers/chapter_tree.jpg){ width="70%" }
|
||||||
|
|
||||||
|
</div>
|