This commit is contained in:
krahets
2023-02-26 19:22:59 +08:00
parent e82934bc32
commit 62d7f2c85d
19 changed files with 21 additions and 42 deletions

View File

@ -1565,8 +1565,6 @@
<li>列表又称动态数组,是基于数组实现的一种数据结构,其保存了数组的优势,且可以灵活改变长度。列表的出现大大提升了数组的实用性,但副作用是会造成部分内存空间浪费。</li>
</ul>
<h2 id="441-vs">4.4.1. &nbsp; 数组 VS 链表<a class="headerlink" href="#441-vs" title="Permanent link">&para;</a></h2>
<p align="center"> Table. 数组与链表特点对比 </p>
<div class="center-table">
<table>
<thead>
@ -1604,8 +1602,6 @@
<p class="admonition-title">Tip</p>
<p>「缓存局部性Cache locality」涉及到了计算机操作系统在本书不做展开介绍建议有兴趣的同学 Google / Baidu 一下。</p>
</div>
<p align="center"> Table. 数组与链表操作时间复杂度 </p>
<div class="center-table">
<table>
<thead>