leetcode -- 114. Flatten Binary Tree to Linked List

題目描述 題目難度:Medium Given a binary tree, flatten it to a linked list in-place. For example, given the following tree: AC代碼 leetcode上面一位大神的解法 /** * Definition for a binary tree node. * public class TreeNo
相關文章
相關標籤/搜索