泛型 List 实现泛型接口 IComparer 排序速度快,效率高,内部使用的排序算法为快速排序。 using System; using System.Collections.Generic; namespace ListSort { class Program { static void Main(string[] args) { ... Read More
posted @ 2008-11-28 21:01 liangwei389 Views(203) Comments(0) Diggs(0) Edit