Leetcode::Flatten Binary Tree to Linked List
摘要:
Description:Given a binary tree, flatten it to a linked list in-place.For example,Given 1 / \ 2 5 / \ \ 3 4 6The... 阅读全文
posted @ 2014-06-07 20:55 soyscut 阅读(177) 评论(0) 推荐(0) 编辑
posted @ 2014-06-07 20:55 soyscut 阅读(177) 评论(0) 推荐(0) 编辑
posted @ 2014-06-07 20:18 soyscut 阅读(204) 评论(0) 推荐(0) 编辑
posted @ 2014-06-07 11:33 soyscut 阅读(161) 评论(0) 推荐(0) 编辑
posted @ 2014-06-07 11:09 soyscut 阅读(177) 评论(0) 推荐(0) 编辑