What is the primary benefit of using a Splay Tree?
A. To maintain strict balancing of the tree
B. To support efficient priority queue operations
C. To provide amortized time bounds for tree operations
D. To handle fixed-size data efficiently
Answer: Option C
Join The Discussion