From d8b7cdfa5a00c46e054c27df2f0e6123d959e442 Mon Sep 17 00:00:00 2001 From: ninemine <106434473+NINEMINEsigma@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:51:02 +0800 Subject: [PATCH] BS 0.0.1 [Runtime]/Generics/ --- Convention/Source-README.md | 2 +- .../[Runtime]/Generics/Generics-README.md | 18 ++++++++++++++++++ .../{Runtime-READNE.md => Runtime-README.md} | 0 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Convention/[Runtime]/Generics/Generics-README.md rename Convention/[Runtime]/{Runtime-READNE.md => Runtime-README.md} (100%) diff --git a/Convention/Source-README.md b/Convention/Source-README.md index 304c6dc..f633f49 100644 --- a/Convention/Source-README.md +++ b/Convention/Source-README.md @@ -8,7 +8,7 @@ # 目录结构 -- [[Runtime]*]([Runtime]/Runtime-READNE.md) +- [[Runtime]*]([Runtime]/Runtime-README.md) 核心内容, 目标运行时将需要这些内容 diff --git a/Convention/[Runtime]/Generics/Generics-README.md b/Convention/[Runtime]/Generics/Generics-README.md new file mode 100644 index 0000000..363bd96 --- /dev/null +++ b/Convention/[Runtime]/Generics/Generics-README.md @@ -0,0 +1,18 @@ +[返回](../Runtime-README.md) + +# /Convention/Runtime/Generics + +本位置用于放置泛化类型等内容, 包含容器等 + +--- + +# 目录结构 + +- [Sequence*](Sequence.md) + +以连续内存进行储存的容器, 特点是快速的随机访问与写入, +包含数组以及动态数组等内容 + +- [NTree*](NTree.md) + +包含一个基础实现N叉树, 以及多种链型与树型结构实现的数据结构 \ No newline at end of file diff --git a/Convention/[Runtime]/Runtime-READNE.md b/Convention/[Runtime]/Runtime-README.md similarity index 100% rename from Convention/[Runtime]/Runtime-READNE.md rename to Convention/[Runtime]/Runtime-README.md