From a6b1069994256f685268409bd0baf87ef07ddf03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E8=81=AA=E9=A2=96?= <3139769854@qq.com>
Date: Sun, 21 May 2023 11:14:25 +0800
Subject: [PATCH] OKKK
---
.vscode/tasks.json | 28 ++
graph/increase_count.drawio.svg | 120 +++++
graph/insert.drawio.svg | 102 ++++
graph/main.drawio.svg | 848 ++++++++++++++++++++++++++++++++
4 files changed, 1098 insertions(+)
create mode 100644 .vscode/tasks.json
create mode 100644 graph/increase_count.drawio.svg
create mode 100644 graph/insert.drawio.svg
create mode 100644 graph/main.drawio.svg
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 0000000..88884e8
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,28 @@
+{
+ "tasks": [
+ {
+ "type": "cppbuild",
+ "label": "C/C++: gcc.exe build active file",
+ "command": "C:\\mingw64\\mingw64\\bin\\gcc.exe",
+ "args": [
+ "-fdiagnostics-color=always",
+ "-g",
+ "${file}",
+ "-o",
+ "${fileDirname}\\${fileBasenameNoExtension}.exe"
+ ],
+ "options": {
+ "cwd": "${fileDirname}"
+ },
+ "problemMatcher": [
+ "$gcc"
+ ],
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ },
+ "detail": "Task generated by Debugger."
+ }
+ ],
+ "version": "2.0.0"
+}
\ No newline at end of file
diff --git a/graph/increase_count.drawio.svg b/graph/increase_count.drawio.svg
new file mode 100644
index 0000000..2b61434
--- /dev/null
+++ b/graph/increase_count.drawio.svg
@@ -0,0 +1,120 @@
+
\ No newline at end of file
diff --git a/graph/insert.drawio.svg b/graph/insert.drawio.svg
new file mode 100644
index 0000000..3648733
--- /dev/null
+++ b/graph/insert.drawio.svg
@@ -0,0 +1,102 @@
+
\ No newline at end of file
diff --git a/graph/main.drawio.svg b/graph/main.drawio.svg
new file mode 100644
index 0000000..511f7f2
--- /dev/null
+++ b/graph/main.drawio.svg
@@ -0,0 +1,848 @@
+
\ No newline at end of file