This commit is contained in:
krahets
2023-05-18 17:17:41 +08:00
parent 31f1533b8f
commit 4cba4ae79a
6 changed files with 70 additions and 69 deletions

View File

@ -659,10 +659,10 @@
<li class="md-nav__item">
<a href="#351" class="md-nav__link">
3.5.1. &nbsp; 快速回顾
3.5.1. &nbsp; 知识回顾
</a>
<nav class="md-nav" aria-label="3.5.1. &nbsp; 快速回顾">
<nav class="md-nav" aria-label="3.5.1. &nbsp; 知识回顾">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -1882,10 +1882,10 @@
<li class="md-nav__item">
<a href="#351" class="md-nav__link">
3.5.1. &nbsp; 快速回顾
3.5.1. &nbsp; 知识回顾
</a>
<nav class="md-nav" aria-label="3.5.1. &nbsp; 快速回顾">
<nav class="md-nav" aria-label="3.5.1. &nbsp; 知识回顾">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -1938,7 +1938,7 @@
<h1 id="35">3.5. &nbsp; 小结<a class="headerlink" href="#35" title="Permanent link">&para;</a></h1>
<h2 id="351">3.5.1. &nbsp; 快速回顾<a class="headerlink" href="#351" title="Permanent link">&para;</a></h2>
<h2 id="351">3.5.1. &nbsp; 知识回顾<a class="headerlink" href="#351" title="Permanent link">&para;</a></h2>
<h3 id="_1">数据结构分类<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h3>
<ul>
<li>数据结构可以从逻辑结构和物理结构两个角度进行分类。逻辑结构描述了数据元素之间的逻辑关系,而物理结构描述了数据在计算机内存中的存储方式。</li>