From 399b82090f3c87f180f26d02a1e838ac16211d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=A5=A0?= Date: Wed, 2 Aug 2023 13:31:30 +0800 Subject: [PATCH] vault backup: 2023-08-02 13:31:30 --- .gitignore | 2 -- .obsidian/workspace.json | 7 ++++--- 数据结构.md | 6 ++++++ 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 数据结构.md diff --git a/.gitignore b/.gitignore index 9c869b6..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +0,0 @@ - -数据结构.md \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index fa5d8d9..08297e2 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] diff --git a/数据结构.md b/数据结构.md new file mode 100644 index 0000000..efd1870 --- /dev/null +++ b/数据结构.md @@ -0,0 +1,6 @@ +## 第一章 + +数据结构(三要素) +* 逻辑结构 +* 存储结构 +* 数据运算 \ No newline at end of file