Remove the file headers from the docs.

This commit is contained in:
krahets
2023-02-26 02:19:40 +08:00
parent 2b33f7bc5f
commit b25aadae6f
44 changed files with 0 additions and 176 deletions

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 数据结构分类
数据结构主要可根据「逻辑结构」和「物理结构」两种角度进行分类。

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 数据与内存
## 基本数据类型

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 小结
- 整数 byte, short, int, long 、浮点数 float, double 、字符 char 、布尔 boolean 是计算机中的基本数据类型,占用空间的大小决定了它们的取值范围。