BS 0.0.1 [Runtime]/Generics/

This commit is contained in:
ninemine
2025-06-12 14:51:02 +08:00
parent 7e3cecd8a4
commit d8b7cdfa5a
3 changed files with 19 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
# 目录结构
- [[Runtime]*]([Runtime]/Runtime-READNE.md)
- [[Runtime]*]([Runtime]/Runtime-README.md)
核心内容, 目标运行时将需要这些内容

View File

@@ -0,0 +1,18 @@
[返回](../Runtime-README.md)
# /Convention/Runtime/Generics
本位置用于放置泛化类型等内容, 包含容器等
---
# 目录结构
- [Sequence*](Sequence.md)
以连续内存进行储存的容器, 特点是快速的随机访问与写入,
包含数组以及动态数组等内容
- [NTree*](NTree.md)
包含一个基础实现N叉树, 以及多种链型与树型结构实现的数据结构