This commit is contained in:
krahets
2023-02-26 18:18:03 +08:00
parent 281b756ddf
commit e82934bc32
34 changed files with 150 additions and 229 deletions

View File

@ -1609,9 +1609,7 @@
<li>算法是发挥数据结构优势的舞台。数据结构仅存储数据信息,结合算法才可解决特定问题。</li>
<li>算法有对应最优的数据结构。给定算法,一般可基于不同的数据结构实现,而最终执行效率往往相差很大。</li>
</ul>
<p><img alt="relationship_between_data_structure_and_algorithm" src="../what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png" /></p>
<p align="center"> Fig. 数据结构与算法的关系 </p>
<p><img alt="数据结构与算法的关系" src="../what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png" /></p>
<p>如果将「LEGO 乐高」类比到「数据结构与算法」,那么可以得到下表所示的对应关系。</p>
<div class="center-table">
<table>