-
Notifications
You must be signed in to change notification settings - Fork 0
常用头文件
AstroMen edited this page Dec 31, 2016
·
1 revision
| 头文件 | 函数 |
|---|---|
| <cstdlib> | rand() |
| <string.h> | memset |
STL
标准STL序列容器
* vector
* string
* deque
* list
标准STL Associative Container
* set
* multiset
* map
* multimap
非标准关联容器
* hash_set
* hash_multiset
* hash_map
* hash_multimap
* unordered_set
* unordered_multiset
* unordered_map
标准非STL容器
* array
* stack
* queue
* hash_multimap
数据结构的对比
常见面试题
面试题词汇
TopK
5亿个int找中位数
多线程-生产者消费者模式
Suggestion
* Suggestion for job