Q40
What is the key property of a Red-Black tree that helps in balancing the tree during insertions and deletions?
A.
All nodes are red.
B.
The tree is always perfectly balanced.
C.
Every path from the root to a leaf has the same number of black nodes.
AnswerD.
Nodes can only have two children.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board