-->
当前位置:首页 > 题库

单选题:If a general tree $$T$$ is converted into a binary tree $$BT$$,

Luz5年前 (2021-05-10)题库1061
If a general tree $$T$$ is converted into a binary tree $$BT$$, then which of the following $$BT$$ traversals gives the same sequence as that of the post-order traversal of $$T$$? @[B](2)

A. Pre-order traversal
B. In-order traversal
C. Post-order traversal
D. Level-order traversal




A.Pre-order traversal
B.In-order traversal
C.Post-order traversal
D.Level-order traversal


答案:B