AlgoMaster Logo

Flatten Binary Tree to Linked List

tree=[1, 2, 5, 3, 4, null, 6]
0 / 22
125346listflatten into a right-only preorder chain
algomaster.io
Step:Start: flatten the tree into a right-only chain in preorder order