C#
C# SortedDictionary排序结构测试
C#SortedDictionary-Dictionary,SortedList-List这是两种不一样的数据结构,但是他们比较相似。Sorted*意为排序的,这里以SortedDictionary为例进行测试。SortedDictionaryusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;