Introduction - If you have any usage issues, please Google them yourself
Convert forest to binary tree. Input generalized lists of each tree in a forest, establish this forest, and convert it to a binary tree. Output preorder traversal results of each tree in the forest and the transformed binary tree.