I find that SortedList<TKey, TValue>
SortedDictionary<TKey, TValue>
and Dictionary<TKey, TValue>
implement the same interfaces.
- When should we opt for
SortedList
and SortedDictionary
over Dictionary
?
- What is the difference between
SortedList
and SortedDictionary
in terms of application?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…