一个SDET  
每个人都有梦想

2008年9月25日

摘要: 题目是给一组整数排序,整数升序排列,负数降序排列。比如3,-1,2,5,-3,-10 排序后为2,3,5,-1,-3,-10. Interface ArrayList MySort(ArrayList unsortedList) 这道题是为有.Net经验的人准备的,可以使用.Net的方法Sort.写完程序后设计测试用例。 阅读全文
posted @ 2008-09-25 14:24 Ken_Cui 阅读(647) 评论(4) 推荐(0)