2014年8月23日

桶排序

摘要: 剑指offer 2.4.1 1 #include 2 #include 3 4 void sortAges(int a[],int n) 5 { 6 const int MAXAGE=99; 7 if(a==NULL||n<=0) 8 return; 9 ... 阅读全文

posted @ 2014-08-23 17:07 crane_practice 阅读(113) 评论(0) 推荐(0) 编辑

导航