Description: Known inorder and postorder traversal, seeking preorder traversal. Stupid way is to draw out the binary tree, and then iterate based on a variety of different features to find, but also can be programmed to calculate.
To Search:
File list (Check if you may need any files):
已知后中序求前序.txt