mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 06:00:27 +08:00
Update what_is_dsa.md (#745)
* Update what_is_dsa.md 优化了语句表达 * Update what_is_dsa.md --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
parent
01732cc14f
commit
e8554975f4
@ -27,7 +27,7 @@
|
||||
|
||||
- 数据结构是算法的基石。数据结构为算法提供了结构化存储的数据,以及用于操作数据的方法。
|
||||
- 算法是数据结构发挥作用的舞台。数据结构本身仅存储数据信息,结合算法才能解决特定问题。
|
||||
- 算法通常可以基于不同的数据结构进行实现,并往往有对应最优的数据结构,但最终执行效率可能相差很大。
|
||||
- 算法通常可以基于不同的数据结构进行实现,但执行效率可能相差很大,选择合适的数据结构是关键。
|
||||
|
||||
![数据结构与算法的关系](what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user