This commit is contained in:
krahets
2023-08-17 05:12:16 +08:00
parent 2014338a92
commit 5884de5246
70 changed files with 1890 additions and 1219 deletions
+2 -2
View File
@@ -3453,11 +3453,11 @@
<li>特定算法通常有对应最优的数据结构。算法通常可以基于不同的数据结构进行实现,但最终执行效率可能相差很大。</li>
</ul>
<p><img alt="数据结构与算法的关系" src="../what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png" /></p>
<p align="center"> Fig. 数据结构与算法的关系 </p>
<p align="center"> 图:数据结构与算法的关系 </p>
<p>数据结构与算法犹如拼装积木。一套积木,除了包含许多零件之外,还附有详细的组装说明书。我们按照说明书一步步操作,就能组装出精美的积木模型。</p>
<p><img alt="拼装积木" src="../what_is_dsa.assets/assembling_blocks.jpg" /></p>
<p align="center"> Fig. 拼装积木 </p>
<p align="center"> 图:拼装积木 </p>
<p>两者的详细对应关系如下表所示。</p>
<div class="center-table">