Given In-Order and Pre-Order or given In-Order and Post-Order, tree can be found. Task1.
Given Pre-Order and Post-Order, a tree cannot be found. But if it is given that the tree is full binary tree (not complete binary tree). Task2