BS 0.0.1 [Runtime]/Generics/
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# 目录结构
|
# 目录结构
|
||||||
|
|
||||||
- [[Runtime]*]([Runtime]/Runtime-READNE.md)
|
- [[Runtime]*]([Runtime]/Runtime-README.md)
|
||||||
|
|
||||||
核心内容, 目标运行时将需要这些内容
|
核心内容, 目标运行时将需要这些内容
|
||||||
|
|
||||||
|
18
Convention/[Runtime]/Generics/Generics-README.md
Normal file
18
Convention/[Runtime]/Generics/Generics-README.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
[返回](../Runtime-README.md)
|
||||||
|
|
||||||
|
# /Convention/Runtime/Generics
|
||||||
|
|
||||||
|
本位置用于放置泛化类型等内容, 包含容器等
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 目录结构
|
||||||
|
|
||||||
|
- [Sequence*](Sequence.md)
|
||||||
|
|
||||||
|
以连续内存进行储存的容器, 特点是快速的随机访问与写入,
|
||||||
|
包含数组以及动态数组等内容
|
||||||
|
|
||||||
|
- [NTree*](NTree.md)
|
||||||
|
|
||||||
|
包含一个基础实现N叉树, 以及多种链型与树型结构实现的数据结构
|
Reference in New Issue
Block a user