When I am given an "inorder and preorder traversal", or "inorder and postorder traversal", how do I draw a tree that satisfies both traversals? In the most simplest way?
This question is probably not about converting traversals, but drawing while satisfying many rules of traversals.