add vector

This commit is contained in:
csyer
2024-02-22 19:53:46 +08:00
parent b648f3923d
commit d65c91fee8
24 changed files with 3974 additions and 2 deletions

19
vector/README.md Normal file
View File

@ -0,0 +1,19 @@
# STLite-Vector
## 实现细节
Vector 的基本实现要求在总项目文档和`vector.hpp`中已经给出,最终提交仅需要提交`vector.hpp`的内容。
可能需要注意的细节:
- 在测试点中,有一些类并不具有默认构造函数,所以直接使用`T* p=new T[...];`可能会出现问题。
- 你的程序将会受到一定程度的鲁棒性检测
## 分数构成
OJ 测试部分占比80%code review 部分占比20%
## 截止日期
3 月 3 日第二周周日18:30 前