mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-04 20:31:59 +08:00
Prepare 1.0.0 release (#1044)
* Update the book with the thrid revised edition * Fix a typo * Update the contributors' information * Update the mindmap * Update the version number
This commit is contained in:
@ -14,7 +14,7 @@ $$
|
||||
|
||||

|
||||
|
||||
## 图常见类型与术语
|
||||
## 图的常见类型与术语
|
||||
|
||||
根据边是否具有方向,可分为「无向图 undirected graph」和「有向图 directed graph」,如下图所示。
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 图基础操作
|
||||
# 图的基础操作
|
||||
|
||||
图的基础操作可分为对“边”的操作和对“顶点”的操作。在“邻接矩阵”和“邻接表”两种表示方法下,实现方式有所不同。
|
||||
|
||||
|
Reference in New Issue
Block a user