摘要: Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for... 阅读全文
posted @ 2015-11-25 14:46 0giant 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For e... 阅读全文
posted @ 2015-11-25 10:53 0giant 阅读(173) 评论(0) 推荐(0) 编辑