This commit is contained in:
krahets
2023-02-28 20:03:53 +08:00
parent 10903b2781
commit dabe5d5c24
11 changed files with 21 additions and 21 deletions

View File

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