Possible Duplicate:
Construct a Tree
Hi, how can I write a prorgam with java so as to create a tree with a given preorder and a inorder. I know to tree traversal with inorder and also tree traversal with preorder, but I can't do the same for creating tree from both inorder and preorder together