Question: Which of the following is NOT a valid binary tree traversal method?
Options:
Correct Answer: Side-order
Solution:
Side-order is not a recognized binary tree traversal method; valid methods include in-order, pre-order, and post-order.