摘要: 标题:Merge Sorted Array通过率:31.1%难度:简单Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough s... 阅读全文
posted @ 2014-12-21 22:31 pku_smile 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 标题:Symmetric Tree通过率:31.1%难度:简单Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary ... 阅读全文
posted @ 2014-12-21 21:57 pku_smile 阅读(167) 评论(0) 推荐(0) 编辑