gpt4 book ai didi

c# - 从集合创建 HashSet 的最坏情况复杂度

转载 作者:可可西里 更新时间:2023-11-01 09:04:24 25 4
gpt4 key购买 nike

我收藏了 int我用来填充 HashSet<int> 的值按照以下方式-

var hashSet = new HashSet<int>(myIEnumerable);

假设迭代 IEnumerableO(n) ,创建 HashSet<int>最坏情况复杂度是多少?以这种方式?

最佳答案

文档实际上指出:

This constructor is an O(n) operation, where n is the number of elements in the collection parameter.

http://msdn.microsoft.com/en-us/library/bb301504.aspx

关于c# - 从集合创建 HashSet<int> 的最坏情况复杂度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14071591/

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