import java.util.Arrays; import java.util.*; public class Solution { static Map<Integer,Integer> map; public TreeNode reConstructBinaryTree(int [] pre,int [] in) { ...