Traversing a binary tree in preorder is equivalent to

admin2009-08-14  1

问题 Traversing a binary tree in preorder is equivalent to

选项 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

解析
转载请注明原文地址:https://jikaoti.com/ti/WdE7FFFM
0

最新回复(0)