Skip to content

Commit 3a9fffe

Browse files
committed
结构
1 parent fc8894c commit 3a9fffe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

structures/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 数据结构
2+
3+
[概念](https://blog.csdn.net/qq_31196849/article/details/78529724)
4+
5+
### 逻辑结构:
6+
7+
1. 集合(数据元素之间无关系)
8+
2. 线性结构(1:1)
9+
3. 树形结构(1:n)
10+
4. 图状结构(n:n)
11+
12+
### 存储结构/物理结构:
13+
14+
数据在计算机内存中的存储(顺序结构 链式结构 索引结构 哈希结构)
15+
16+
### 算法5个特性:
17+
s
18+
有穷行 确定性 可行行 输入 输出
19+

0 commit comments

Comments
 (0)