Introduction - If you have any usage issues, please Google them yourself
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.