标签:
http://www.cnblogs.com/gaochundong/p/3813252.html
Data Structure
Add
Find
Delete
GetByIndex
O(n)
O(1)
-
Tree-based dictionary
(SortedDictionary<K,T>)
O(log n)
Hash table based set
(HashSet<T>)
Tree based set
(SortedSet<T>)
[ZZ]常用数据结构及复杂度
原文地址:http://www.cnblogs.com/pegasus923/p/5574833.html