题目
单项选择题
Which tree traversal method visits the nodes level by level starting from the root?
选项
A.Level‑order traversal
B.Pre‑order traversal
C.In‑order traversal
D.Post‑order traversal
查看解析
标准答案
Please login to view
思路分析
To determine which tree traversal visits nodes level by level starting from the root, let's consider how each traversal operates.
Option 1: Level-order traversal. This method is defined as visiting nodes level by level, starting at the root, and proceeding left to right w......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
TTrave_Alg_3 Which one of the pseudocode given below is written for post-order traversal of a Binary Search Tree?
TTrave_2 Consider the post-order traversal of the following BST. Note that visiting the node is actually printing the node. Which node is printed 5th?
How does In-Order traversal work in a Binary Tree?
Visiting the left subtree, then the node, then the right subtree is called:
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!