Add figure and table numbers in normal texts.

This commit is contained in:
krahets
2023-08-22 13:51:25 +08:00
parent 106f02809a
commit 1aa558bd2d
21 changed files with 35 additions and 36 deletions

View File

@@ -72,9 +72,9 @@ $$
## 图常见应用
如下所示,许多现实系统都可以用图来建模,相应的问题也可以约化为图计算问题。
如下所示,许多现实系统都可以用图来建模,相应的问题也可以约化为图计算问题。
<p align="center"> 表现实生活中常见的图 </p>
<p align="center"> 表 <id> &nbsp; 现实生活中常见的图 </p>
| | 顶点 | 边 | 图计算问题 |
| ------ | ---- | --------------- | ------------ |

View File

@@ -207,7 +207,7 @@
设图中共有 $n$ 个顶点和 $m$ 条边,下表对比了邻接矩阵和邻接表的时间和空间效率。
<p align="center"> 表邻接矩阵与邻接表对比 </p>
<p align="center"> 表 <id> &nbsp; 邻接矩阵与邻接表对比 </p>
| | 邻接矩阵 | 邻接表(链表) | 邻接表(哈希表) |
| ------------ | -------- | -------------- | ---------------- |