Remove all the table captions.

This commit is contained in:
krahets
2023-02-26 18:23:11 +08:00
parent 9e99ac06ce
commit 7aa44d212c
9 changed files with 0 additions and 22 deletions

View File

@ -719,5 +719,3 @@
```
![常见链表种类](linked_list.assets/linkedlist_common_types.png)
<p align="center"> Fig. 常见链表类型 </p>

View File

@ -7,8 +7,6 @@
## 数组 VS 链表
<p align="center"> Table. 数组与链表特点对比 </p>
<div class="center-table" markdown>
| | 数组 | 链表 |
@ -24,8 +22,6 @@
「缓存局部性Cache locality」涉及到了计算机操作系统在本书不做展开介绍建议有兴趣的同学 Google / Baidu 一下。
<p align="center"> Table. 数组与链表操作时间复杂度 </p>
<div class="center-table" markdown>
| 操作 | 数组 | 链表 |