Question: Which traversal method is used to visit all nodes in a binary tree?
Options:
Correct Answer: All of the above
Solution:
All of the mentioned traversal methods (In-order, Pre-order, Post-order) can be used to visit all nodes in a binary tree.