Vidyalelo
Data Structure · Q57

Binary Search Trees(B Tree)

Programming · Data Structure · question 57

Q57

What is the special property of red-black trees and what root should always be?

A.
a color which is either red or black and root should always be black color only
Answer
B.
height of the tree
C.
pointer to next node
D.
a color which is either green or black

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board