Question: In a Red-Black tree, what property ensures that the tree remains approximately balanced?
Options:
Correct Answer: Every red node must have two black children
Solution:
In a Red-Black tree, every red node must have two black children, which helps maintain balance and ensures that no path from the root to a leaf is more than twice as long as any other such path.