Question: Which of the following operations is NOT typically performed on a tree data structure?
Options:
Correct Answer: Sorting
Solution:
Sorting is not a direct operation performed on a tree; trees are often used to facilitate sorting.