Skip to content

Commit b092759

Browse files
authored
Update basic-data-structure.md
1 parent 75dd974 commit b092759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thinkings/basic-data-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ return, children, sibling 也都是一个 fiber,因此 fiber 看起来就是
417417

418418
图论〔Graph Theory〕是数学的一个分支。它以图为研究对象。图论中的图是由若干给定的点及连接两点的线所构成的图形,这种图形通常用来描述某些事物之间的某种特定关系,用点代表事物,用连接两点的线表示相应两个事物间具有这种关系。
419419

420-
## 图的表示方法
420+
### 图的表示方法
421421

422422
- 邻接矩阵(常见)
423423

@@ -449,7 +449,7 @@ return, children, sibling 也都是一个 fiber,因此 fiber 看起来就是
449449

450450
(图片来自 https://zhuanlan.zhihu.com/p/25498681)
451451

452-
## 图的遍历
452+
### 图的遍历
453453

454454
图的遍历就是要找出图中所有的点,一般有以下两种方法:
455455

0 commit comments

Comments
 (0)