Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 530 Bytes

002-data-structures.md

File metadata and controls

13 lines (7 loc) · 530 Bytes

数据结构

Algorithms + Data Structures = Programs

算法 + 数据结构 = 编程

数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。

-- 摘自百度百科 https://baike.baidu.com/item/数据结构/1450

笔记作者: zx1984

主页:https://github.com/zx1984