Solution to Flatten Binary Tree to Linked List by LeetCode

6 Jul

Question: https://oj.leetcode.com/problems/flatten-binary-tree-to-linked-list/

Question Name: Flatten Binary Tree to Linked List

The recursive method is easy to understand.

The iterative solution should be more efficient.

Leave a Reply

Your email address will not be published. Required fields are marked *

Please put your code into a <pre>YOUR CODE</pre> section. Thanks and Happy Coding!