Question: Which of the following traversal methods uses a queue data structure?
Options:
Correct Answer: Level-order
Solution:
Level-order traversal uses a queue to keep track of nodes at the current level before moving to the next level.