問題詳情
72. Given a binary tree, the result of its 'pre-order traversal' is 'ABCEDIHFG', and the resultof its 'post-order traversal' is 'ECDBFGHIA'. What is the result of its 'in-ordertraversal'?
(A) ABICDHEFG
(B) ABIECDHFG
(C) ECDBAFGHI
(D) ECBDAFHGI
參考答案
答案:D
難度:計算中-1
書單:沒有書單,新增