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

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

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

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




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


答案:D