Vidyalelo
Data Structure · Q199

Binary Search Trees(B Tree)

Programming · Data Structure · question 199

Q199

What is the traversal strategy used in the binary tree?

A.
depth-first traversal
B.
breadth-first traversal
Answer
C.
random traversal
D.
Priority traversal

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board