mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-17 12:07:13 +00:00
Bug fixes and improvements (#1380)
* preorder, inorder, postorder -> pre-order, in-order, post-order * Bug fixes * Bug fixes * Update what_is_dsa.md * Sync zh and zh-hant versions * Sync zh and zh-hant versions. * Update performance_evaluation.md and time_complexity.md * Add @khoaxuantu to the landing page. * Sync zh and zh-hant versions * Add @ khoaxuantu to the landing page of zh-hant and en versions.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
## 資料結構定義
|
||||
|
||||
<u>資料結構(data structure)</u>是計算機中組織和儲存資料的方式,具有以下設計目標。
|
||||
<u>資料結構(data structure)</u>是組織和儲存資料的方式,涵蓋資料內容、資料之間關係和資料操作方法,它具有以下設計目標。
|
||||
|
||||
- 空間佔用儘量少,以節省計算機記憶體。
|
||||
- 資料操作儘可能快速,涵蓋資料訪問、新增、刪除、更新等。
|
||||
|
||||
Reference in New Issue
Block a user