STL和基本数据结构

STL和基本数据结构 STL容器 vector 栈 队列 链表 set map sort函数 next_permutation函数 STL:C++标准模板库(Standard Template Library) 常用的数据结构、算法 能极大地简化编程。  容器 顺序式容器:vector,list,deque,queue,priority_queue,stack等 关联式容器:set,multise
相关文章
相关标签/搜索