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

@@ -12,7 +12,7 @@
栈的常用操作如下表所示,具体的方法名需要根据所使用的编程语言来确定。在此,我们以常见的 `push()` , `pop()` , `peek()` 命名为例。
<p align="center"> 表栈的操作效率 </p>
<p align="center"> 表 <id> &nbsp; 栈的操作效率 </p>
| 方法 | 描述 | 时间复杂度 |
| --------- | ---------------------- | ---------- |