Flatten Binary Tree to Linked ListFlatten a binary tree into a linked list in-place using preorder traversal.