09 2014 档案

摘要:public static int[] maxMin(int a[]) { int[] res = new int[2]; int len = a.length; if (len a[i + 1]) { int tem... 阅读全文
posted @ 2014-09-27 13:10 楠楠IT 阅读(295) 评论(0) 推荐(0)
摘要:public class Ziji { public static List> Sets(int a[]) { List> res = new ArrayList>(); int len = a.length; int n = 1 0; i--) {... 阅读全文
posted @ 2014-09-26 17:27 楠楠IT 阅读(568) 评论(1) 推荐(0)
摘要:package mystudy;import java.io.UnsupportedEncodingException;import java.util.LinkedList;import java.util.Queue;import java.util.Stack;public class Tre... 阅读全文
posted @ 2014-09-23 14:44 楠楠IT 阅读(511) 评论(0) 推荐(0)