摘要: Given a binary tree, return the preorder traversal of its nodes' values. Example: Input: [1,null,2,3] 1 \ 2 / 3 Output: [1,2,3] Follow up: Recursive s 阅读全文
posted @ 2014-12-05 16:29 Grandyang 阅读(16269) 评论(3) 推荐(3)
摘要: http://site.douban.com/190815/widget/notes/12033185/note/254050988/ 阅读全文
posted @ 2014-12-05 04:45 Grandyang 阅读(582) 评论(0) 推荐(0)
Fork me on GitHub