This commit is contained in:
krahets
2023-08-28 04:36:05 +08:00
parent 016f13d882
commit 62e9168ad0
106 changed files with 308 additions and 259 deletions
+3 -3
View File
@@ -610,7 +610,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12v6l-4 4 4 4v6H6v-6l4-4-4-4V2m10 14.5-4-4-4 4V20h8v-3.5m-4-5 4-4V4H8v3.5l4 4M10 6h4v.75l-2 2-2-2V6Z"/></svg>
<span class="md-ellipsis">
第 2 章 &nbsp; 时空复杂度
第 2 章 &nbsp; 复杂度分析
</span>
@@ -625,7 +625,7 @@
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
第 2 章 &nbsp; 时空复杂度
第 2 章 &nbsp; 复杂度分析
</label>
<ul class="md-nav__list" data-md-scrollfix>
@@ -3476,7 +3476,7 @@
<li>图相较于链表,提供了更丰富的逻辑信息,但需要占用更大的内存空间。</li>
</ul>
<h2 id="123">1.2.3 &nbsp; 数据结构与算法的关系<a class="headerlink" href="#123" title="Permanent link">&para;</a></h2>
<p>数据结构与算法高度相关、紧密结合,具体表现在图 1-4 所示的几个方面。</p>
<p>如图 1-4 所示,数据结构与算法高度相关、紧密结合,具体表现以下三个方面。</p>
<ul>
<li>数据结构是算法的基石。数据结构为算法提供了结构化存储的数据,以及用于操作数据的方法。</li>
<li>算法是数据结构发挥作用的舞台。数据结构本身仅存储数据信息,结合算法才能解决特定问题。</li>