摘要: 原文:http://www.cnblogs.com/duzouzhe/archive/2010/01/12/1645191.htmlSTL的容器可以分为以下几个大类:一:序列容器, 有vector, list, deque, string.二 : 关联容器, 有set, multiset, map, mulmap, hash_set, hash_map, hash_multiset, hash_multimap三: 其他的杂项: stack, queue, valarray, bitsetSTL各个容器的实现:(1) vector内部数据结构:数组。随机访问每个元素,所需要的时间为常量。在末尾 阅读全文
posted @ 2012-12-31 14:03 Leo Forest 阅读(195) 评论(0) 推荐(0) 编辑