What is the complexity of OrderedDictionary?

Posted by Costa on Stack Overflow See other posts from Stack Overflow or by Costa
Published on 2010-04-02T07:04:54Z Indexed on 2010/04/02 7:33 UTC
Read the original article Hit count: 455

Filed under:
|
|
|

Hi

No one said that OrderedDictionary is having two copies of elements, one in a hashtable and other in a list, I can't find complexity measurements at MSDN for OrderedList.

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET