Update graph.md

This commit is contained in:
Yudong Jin 2023-01-29 00:38:36 +08:00
parent c25b1d98d5
commit 00856199c3

View File

@ -46,7 +46,7 @@ $$
## 图的表示
图的常用表示方法有「邻接矩阵」和「邻接表」。以下皆使用无边图来举例。
图的常用表示方法有「邻接矩阵」和「邻接表」。以下使用「无向图」来举例。
### 邻接矩阵