码迷,mamicode.com
首页 > 其他好文 > 详细

ACM常用STL容器

时间:2020-01-27 18:54:01      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:set   iot   cto   ack   cat   算法   数组   tis   优先级   

 1 // STL(标准模板库),由三大部分组成:容器,算法,迭代器
 2 
 3 
 4 // STL六大组件:container(容器),algorthm(算法),iterator(迭代器)
 5 // function object(仿函数),adaptor(适配器),allocator(空间适配器)
 6 
 7 // STL容器
 8 
 9 // vector
10 // deque(双端数组)
11 // stack
12 // queue
13 // list(链表模型)
14 // priotry_queue优先级队列
15 // set
16 // multiset
17 // map
18 // multimap

ACM常用STL容器

标签:set   iot   cto   ack   cat   算法   数组   tis   优先级   

原文地址:https://www.cnblogs.com/jishuren/p/12236513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!