飘遥的Blog

C/C++/.NET
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年3月7日

摘要: 泛型 List 实现泛型接口 IComparer 排序速度快,效率高,内部使用的排序算法为快速排序。 using System; using System.Collections.Generic; namespace ListSort { class Program { static void Main(string[] args) { //初始化List<Obj> List<O... 阅读全文

posted @ 2008-03-07 02:49 Zzx飘遥 阅读(507) 评论(0) 推荐(0) 编辑