摘要:
public class test2411{ //员工年龄排序 by myself 时间O(n) 空间O(n) public static void sortAges(int[] ages){ int[] array = new int[100];//正常员工年龄的取值范围... 阅读全文
posted @ 2014-08-22 14:02
seven7seven
阅读(142)
评论(0)
推荐(0)
摘要:
public class test231{//从左下角或右上角开始查找 bymyself public static boolean findN(int[][] array, int n){ if(array==null) return false; int ... 阅读全文
posted @ 2014-08-22 10:24
seven7seven
阅读(152)
评论(0)
推荐(0)

浙公网安备 33010602011771号