摘要: Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level).For example:Given binary tree {3,... 阅读全文
posted @ 2015-12-18 10:06 smile_tina 阅读(493) 评论(0) 推荐(1) 编辑
摘要: Arrays.asList() 是将数组作为列表问题来源于:public class Test { public static void main(String[] args) { int[] a = {1,2,3,4}; List list = Arrays.as... 阅读全文
posted @ 2015-12-18 10:00 smile_tina 阅读(32581) 评论(2) 推荐(1) 编辑