摘要: 1.vector(变长数组 常用于邻接表)vector<int>vt1.1 迭代器vector<int>::iterator itvt.begin(),vt.end() 1.2 尾添加:push_back(x) 尾删除:pop() 元素个数:size() 清空:clear() 插入:insert(i 阅读全文
posted @ 2017-08-28 19:40 renxuanwei 阅读(120) 评论(0) 推荐(0)