gpt4 book ai didi

c++ - 迭代 std::set/std::map 的时间复杂度是多少?

转载 作者:IT老高 更新时间:2023-10-28 21:54:23 25 4
gpt4 key购买 nike

遍历 std::set/std::multiset/std::map/ 的时间复杂度是多少std::multimap?我相信它在集合/ map 的大小上是线性的,但不太确定。语言标准中有规定吗?

最佳答案

draft C++11 standard N3337答案可以在 § 24.2.1 第 8 段中找到:

All the categories of iterators require only those functions that are realizable for a given category in constant time (amortized).

由于对迭代器的每个操作都必须是常数时间,因此遍历 n 元素必须是 O(n)

关于c++ - 迭代 std::set/std::map 的时间复杂度是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11779859/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com