Which of the following traversal techniques lists the nodes of a binary search…
2025
Which of the following traversal techniques lists the nodes of a binary search tree in ascending order?
Answer: C. In-order
- A.
Post-order
- B.
Pre-order
- C.
In-order
- D.
None of the above
Attempted by 848 students.
Show answer & explanation
Correct answer: C
Loading lesson…