上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页
摘要: Problem Definiton:Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note:You may assume that nums1 has enou... 阅读全文
posted @ 2015-07-23 11:08 曾可爱 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symm... 阅读全文
posted @ 2015-07-23 10:40 曾可爱 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example:G... 阅读全文
posted @ 2015-07-22 14:42 曾可爱 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 28 下一页