Skip to content

Commit c2a8090

Browse files
committed
Update 图.md
1 parent 250c209 commit c2a8090

File tree

1 file changed

+1
-1
lines changed
  • docs/dataStructures-algorithms/data-structure

1 file changed

+1
-1
lines changed

docs/dataStructures-algorithms/data-structure/图.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 线性数据结构的元素满足唯一的线性关系,每个元素(除第一个和最后一个外)只有一个直接前趋和一个直接后继。
1212
- 树形数据结构的元素之间有着明显的层次关系。
1313

14-
但是,树形结构的元素之间的关系是任意的
14+
但是,图形结构的元素之间的关系是任意的
1515

1616
**何为图呢?** 简单来说,图就是由顶点的有穷非空集合和顶点之间的边组成的集合。通常表示为:**G(V,E)**,其中,G表示一个图,V表示顶点的集合,E表示边的集合。
1717

0 commit comments

Comments
 (0)