摘要: https://leetcode.com/problems/populating-next-right-pointers-in-each-node/ 1 /** 2 * Definition for binary tree with next pointer. 3 * struct TreeLi... 阅读全文
posted @ 2015-07-09 11:23 阿怪123 阅读(131) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/minimum-depth-of-binary-tree/ 1 /** 2 * Definition for a binary tree node. 3 * struct TreeNode { 4 * int val; 5 ... 阅读全文
posted @ 2015-07-09 11:09 阿怪123 阅读(147) 评论(0) 推荐(0)