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

单选题:For an in-order threaded binary tree, if the pre-order and in-or

Luz5年前 (2021-05-10)题库764
For an in-order threaded binary tree, if the pre-order and in-order traversal sequences are `B E A C F D` and `A E C B D F` respectively, which pair of nodes' right links are both threads? @[D](3)

A. B and E
B. E and F
C. A and E
D. A and D




A.B and E
B.E and F
C.A and E
D.A and D


答案:D