map、set、multimap、multiset 的底层实现为 红黑树
unordered_map、unordered_set、unordered_multimap、unordered_multiset的底层实现为哈希表
map、set、multimap、multiset和unordered_map、unordered_set、unordered_multimap、unordered_multiset的底层实现
最新推荐文章于 2025-01-29 22:02:25 发布
map、set、multimap、multiset 的底层实现为 红黑树
unordered_map、unordered_set、unordered_multimap、unordered_multiset的底层实现为哈希表