Question: Which traversal method visits the root node before its children?
Options:
Correct Answer: Pre-order
Solution:
In Pre-order traversal, the root node is visited before its children.