摘要: 题目描述:(链接)Given a binary tree struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; TreeLinkNode *next; }Populate each ne... 阅读全文
posted @ 2015-12-20 11:54 skycore 阅读(144) 评论(0) 推荐(0)
摘要: 题目描述:(链接)Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3... 阅读全文
posted @ 2015-12-20 11:32 skycore 阅读(139) 评论(0) 推荐(0)