万能百科  > 所属分类  > 

●Traversing a binary tree in preorder is equivalent to (68) .(68)

●Traversing a binary tree in preorder is equivalent to (68) .

(68) A.Traversing the forest corresponding to the binary tree in root-first order

B.Traversing the forest corresponding to the binary tree in root-last order

C.Traversing the forest corresponding to the binary tree in breadth-first order

D.None of the above

正确答案:

A【解析】前序遍历一个二叉树等价于按从树的根部、右子树、右子树查找顺序查找树。

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签