vault backup: 2023-08-02 13:31:30

This commit is contained in:
胡楠
2023-08-02 13:31:30 +08:00
parent 49c9c8c19d
commit 399b82090f
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
数据结构.md

View File

@@ -69,7 +69,7 @@
}
],
"direction": "horizontal",
"width": 300
"width": 200
},
"right": {
"id": "e27f221a33d5aa00",
@@ -142,7 +142,8 @@
}
],
"direction": "horizontal",
"width": 300
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
@@ -156,7 +157,7 @@
"command-palette:打开命令面板": false
}
},
"active": "8cefdf012dbaa77e",
"active": "aafaa5a821c90ec9",
"lastOpenFiles": [
"数据结构.md"
]

6
数据结构.md Normal file
View File

@@ -0,0 +1,6 @@
## 第一章
数据结构(三要素)
* 逻辑结构
* 存储结构
* 数据运算