mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-24 17:17:14 +00:00
deploy
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user