摘要: 题目描述:Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit ... 阅读全文
posted @ 2016-01-21 22:44 scottwang 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given a binary tree, return thebottom-up level ordertraversal of its nodes' values. (ie, from left to right, level by level from leaf to root).Fo... 阅读全文
posted @ 2016-01-21 22:06 scottwang 阅读(1221) 评论(0) 推荐(0) 编辑