Files
Convention-Template/Convention/[Runtime]/Generics/Generics-README.md

18 lines
403 B
Markdown
Raw Normal View History

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