Cost of sorteddictionary.count
Posted
by eyal
on Stack Overflow
See other posts from Stack Overflow
or by eyal
Published on 2010-04-15T06:56:55Z
Indexed on
2010/04/15
7:03 UTC
Read the original article
Hit count: 399
c#
What is the cost of sorteddictionary.count in c#? Does it retrieve some integer, or does it iterate over the tree?
© Stack Overflow or respective owner