#1160. 由先序和中序求后序
由先序和中序求后序
1、已知 7 个结点的二叉树的先根遍历是 1 2 4 5 6 3 7(数字为结点的编号,以下同),中根遍历是 4 2 6 5 1 7 3,则该二叉树的后根遍历是({{ input(1) }})。
1、已知 7 个结点的二叉树的先根遍历是 1 2 4 5 6 3 7(数字为结点的编号,以下同),中根遍历是 4 2 6 5 1 7 3,则该二叉树的后根遍历是({{ input(1) }})。
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.