What is the primary advantage of using a Red-Black tree over an AVL tree?
A. AVL trees are faster for insertion.
B. Red-Black trees have a simpler implementation.
C. AVL trees use less memory.
D. Red-Black trees require fewer rotations.
Answer: Option D

Join The Discussion