mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-03 13:47:13 +00:00
deploy
This commit is contained in:
@@ -3625,7 +3625,7 @@
|
||||
<li>各步驟都有確定的含義,在相同的輸入和執行條件下,輸出始終相同。</li>
|
||||
</ul>
|
||||
<h2 id="122">1.2.2 資料結構定義<a class="headerlink" href="#122" title="Permanent link">¶</a></h2>
|
||||
<p><u>資料結構(data structure)</u>是計算機中組織和儲存資料的方式,具有以下設計目標。</p>
|
||||
<p><u>資料結構(data structure)</u>是組織和儲存資料的方式,涵蓋資料內容、資料之間關係和資料操作方法,它具有以下設計目標。</p>
|
||||
<ul>
|
||||
<li>空間佔用儘量少,以節省計算機記憶體。</li>
|
||||
<li>資料操作儘可能快速,涵蓋資料訪問、新增、刪除、更新等。</li>
|
||||
|
||||
Reference in New Issue
Block a user