Vidyalelo
Data Structure · Q9

Trees in Data Structures

Programming · Data Structure · question 9

Q9

In a level-order traversal of a binary tree, which data structure is commonly used?

A.
Stack
B.
Queue
Answer
C.
Array
D.
Linked List

Answer: Option B

Solution

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