mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-02 14:33:06 +08:00
build
This commit is contained in:
@@ -89,6 +89,7 @@ $$
|
||||
## 9.1.4. 图常见应用
|
||||
|
||||
实际应用中,许多系统都可以用图来建模,相应的待求解问题也可以约化为图计算问题。
|
||||
<p align="center"> 表:现实生活中常见的图 </p>
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
|
||||
@@ -2115,6 +2115,7 @@ comments: true
|
||||
## 9.2.3. 效率对比
|
||||
|
||||
设图中共有 $n$ 个顶点和 $m$ 条边,下表为邻接矩阵和邻接表的时间和空间效率对比。
|
||||
<p align="center"> 表:邻接矩阵与邻接表对比 </p>
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user