小牛好好学习
2025-03-04
常用STL容器特性
容器
操作
底层实现
特点
是否自动排序
能否使用迭代器
元素能否重复
Vector
构造: vector<T> v; 插入: v.push_back(val);, v.insert(pos,