Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1596714

Browse files
committed
章节目录页增加引言和图片
1 parent cb08e7a commit 1596714

File tree

8 files changed

+76
-0
lines changed

8 files changed

+76
-0
lines changed

‎docs/00_preface/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140208.png)
2+
3+
::: tip 引 言
4+
数据结构如同星辰,算法宛若清风,星光与微风交织,点亮智慧的夜空。
5+
6+
愿本书与你同行,助你轻装前行,照亮属于你的算法之路。
7+
:::
8+
19
# 本章内容
210

311
- [0.1 前言](https://github.com/ITCharge/AlgoNote/tree/main/docs/00_preface/00_01_preface.md)

‎docs/01_array/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140234.png)
2+
3+
::: tip 引 言
4+
数组如同连续砖块砌成的墙。
5+
6+
每一块砖石紧密相依,井然有序,宛如时光的流转,悄然记录着数据的点滴。
7+
:::
8+
19
## 本章内容
210

311
- [1.1 数组基础](https://github.com/ITCharge/AlgoNote/tree/main/docs/01_array/01_01_array_basic.md)

‎docs/02_linked_list/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140251.png)
2+
3+
::: tip 引 言
4+
链表如同夜空中串联的星星。
5+
6+
节点相连,如繁星串珠,静静铺展成一条灵动的数据长河。
7+
:::
8+
19
## 本章内容
210

311
- [2.1 链表基础](https://github.com/ITCharge/AlgoNote/tree/main/docs/02_linked_list/02_01_linked_list_basic.md)

‎docs/03_stack_queue_hash_table/index.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140308.png)
2+
3+
::: tip 引 言
4+
栈如杯中叠盘,盘盘相扣,取放皆自上,后进先出。
5+
6+
队列如河中行舟,前舟先行,后舟继发,川流不息。
7+
8+
哈希表如图书馆索引卡,万卷藏于指尖,瞬息之间,尽览群书。
9+
:::
10+
111
## 本章内容
212

313
- [3.1 栈基础](https://github.com/ITCharge/AlgoNote/tree/main/docs/03_stack_queue_hash_table/03_01_stack_basic.md)

‎docs/04_string/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140327.png)
2+
3+
::: tip 引 言
4+
字符串如同夜色中流淌的音符。
5+
6+
如清风拂过琴弦,谱写数据的旋律与梦想。
7+
:::
8+
19
## 本章内容
210

311
- [4.1 字符串基础](https://github.com/ITCharge/AlgoNote/tree/main/docs/04_string/04_01_string_basic.md)

‎docs/05_tree/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140359.png)
2+
3+
::: tip 引 言
4+
树如同大地上拔节生长的脉络。
5+
6+
枝叶纵横,层层递进,信息在脉络间流转,万物由此相连。
7+
:::
8+
19
## 本章内容
210

311
- [5.1 树与二叉树基础](https://github.com/ITCharge/AlgoNote/tree/main/docs/05_tree/05_01_tree_basic.md)

‎docs/06_graph/index.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140508.png)
2+
3+
::: tip 引 言
4+
图如同无垠夜空中繁星交织成的瑰丽星网。
5+
6+
点点星光闪烁,彼此相连,交织成一张神秘而浪漫的梦幻之网,铺展出无尽的路径与无限的可能。
7+
:::
8+
19
## 本章内容
210

311
- [6.1 图的定义和分类](https://github.com/ITCharge/AlgoNote/tree/main/docs/06_graph/06_01_graph_basic.md)

‎docs/07_algorithm/index.md‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
![](https://qcdn.itcharge.cn/images/20250923140522.png)
2+
3+
::: tip 引 言
4+
算法如梦中星河,闪烁着智慧的光芒:
5+
6+
枚举如夜空点点,耐心数尽每一颗星辰;
7+
8+
递归如山谷回音,层层叠叠,绵延不绝;
9+
10+
分治如破晓晨曦,将混沌一分为二,终归明朗;
11+
12+
回溯如时光逆旅,步步回首,终觅最美风景;
13+
14+
贪心如追光旅人,逐一缕微光,直奔理想彼岸;
15+
16+
位运算如星尘魔法,指尖轻触,万象变幻。
17+
:::
18+
119
## 本章内容
220

321
- [7.1 枚举算法](https://github.com/ITCharge/AlgoNote/tree/main/docs/07_algorithm/07_01_enumeration_algorithm.md)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /