Flatten Binary Tree to Linked List
Given a binary tree, flatten it to a linked list in-place.
For example, Given
The flattened tree should look like:
Last updated
Was this helpful?
Given a binary tree, flatten it to a linked list in-place.
For example, Given
The flattened tree should look like:
Last updated
Was this helpful?