2014年12月22日

[leetcode] Flatten Binary Tree to Linked List

摘要: Flatten Binary Tree to Linked ListGiven a binary tree, flatten it to a linked list in-place.For example,Given 1 / \ 2 5 / ... 阅读全文

posted @ 2014-12-22 23:01 cha1992 阅读(99) 评论(0) 推荐(0) 编辑

导航