This commit is contained in:
krahets
2023-02-28 20:06:23 +08:00
parent 922c050246
commit 24673ec2b1
12 changed files with 10 additions and 113 deletions

View File

@@ -2,7 +2,7 @@
comments: true
---
# 9.1.   图Graph
# 9.1.   图
「图 Graph」是一种非线性数据结构由「顶点 Vertex」和「边 Edge」组成。我们可将图 $G$ 抽象地表示为一组顶点 $V$ 和一组边 $E$ 的集合。例如,以下表示一个包含 5 个顶点和 7 条边的图