mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 19:22:27 +08:00
Remove all the table captions.
This commit is contained in:
@ -719,5 +719,3 @@
|
||||
```
|
||||
|
||||

|
||||
|
||||
<p align="center"> Fig. 常见链表类型 </p>
|
||||
|
@ -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>
|
||||
|
||||
| 操作 | 数组 | 链表 |
|
||||
|
Reference in New Issue
Block a user