class Solution: def solve(self , xianxu: List[int], zhongxu: List[int]) -> List[int]: # write code here def reBuildTree(preleft, preright, inleft, inright): if preleft > preright: return None preroot = preleft inroot = index[xianxu[preroo...