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