This commit is contained in:
krahets
2023-08-19 19:21:18 +08:00
parent 97c532b228
commit 71c7786f51
22 changed files with 49 additions and 8 deletions

View File

@@ -89,6 +89,7 @@ $$
## 9.1.4.   图常见应用
实际应用中,许多系统都可以用图来建模,相应的待求解问题也可以约化为图计算问题。
<p align="center"> 表:现实生活中常见的图 </p>
<div class="center-table" markdown>

View File

@@ -2115,6 +2115,7 @@ comments: true
## 9.2.3. &nbsp; 效率对比
设图中共有 $n$ 个顶点和 $m$ 条边,下表为邻接矩阵和邻接表的时间和空间效率对比。
<p align="center"> 表:邻接矩阵与邻接表对比 </p>
<div class="center-table" markdown>