题目
题目

FIT1008-FIT1054-FIT2085 Fundamentals of algorithms - S2 2025

单项选择题

How does In-Order traversal work in a Binary Tree?

选项
A.a. Root -> Right -> Left
B.b. Right -> Left -> Root
C.c. Root -> Left -> Right
D.d. Left -> Root -> Right
题目图片
查看解析

查看解析

标准答案
Please login to view
思路分析
To start, we examine what In-Order traversal means in a binary tree: we visit the left subtree first, then the current node (the root), and finally the right subtree. Option a: Root -> Right -> Left. This ordering visits th......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!