Files
STLite-ACM-2024/vector/README.md
2024-02-22 19:53:46 +08:00

20 lines
521 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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