mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-24 09:07:14 +00:00
Update the chapter of
introduction and complexity anylysis.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
## 数据结构与算法的关系
|
||||
|
||||
数据结构与算法高度相关、紧密结合,具体表现在下图所示的几个方面。
|
||||
如下图所示,数据结构与算法高度相关、紧密结合,具体表现以下三个方面。
|
||||
|
||||
- 数据结构是算法的基石。数据结构为算法提供了结构化存储的数据,以及用于操作数据的方法。
|
||||
- 算法是数据结构发挥作用的舞台。数据结构本身仅存储数据信息,结合算法才能解决特定问题。
|
||||
|
||||
Reference in New Issue
Block a user