2015年5月6日
摘要: Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?For example,Given sorted array nums = [1,1,1,2,2,3],Your function shoul... 阅读全文
posted @ 2015-05-06 10:49 黄瓜小肥皂 阅读(109) 评论(0) 推荐(0) 编辑
摘要: II: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).Fo... 阅读全文
posted @ 2015-05-06 09:52 黄瓜小肥皂 阅读(118) 评论(0) 推荐(0) 编辑