Question: Which of the following traversal methods can be implemented using a stack?
Options:
Correct Answer: All of the above
Solution:
All three traversal methods can be implemented using a stack, either explicitly or through the call stack in recursion.