Class1:
Reconstruct a tree by using xxx-order and in-order traversal sequences
Normally in-order is necessary
这类问题的要点就是把global的问题一份为二(recursively), 每半边返回一个subtree 的root node