mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 02:10:37 +08:00
Add figure and table numbers in normal texts.
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
|
||||
设图中共有 $n$ 个顶点和 $m$ 条边,下表对比了邻接矩阵和邻接表的时间和空间效率。
|
||||
|
||||
<p align="center"> 表:邻接矩阵与邻接表对比 </p>
|
||||
<p align="center"> 表 <id> 邻接矩阵与邻接表对比 </p>
|
||||
|
||||
| | 邻接矩阵 | 邻接表(链表) | 邻接表(哈希表) |
|
||||
| ------------ | -------- | -------------- | ---------------- |
|
||||
|
||||
Reference in New Issue
Block a user