Vidyalelo
Data Structure · Q201

Binary Search Trees(B Tree)

Programming · Data Structure · question 201

Q201

Of the following rules that are followed by an AA-tree, which of the following is incorrect? 1. Only right children can be red 2. Procedures are coded recursively 3. Instead of storing colors, the level of a node is stored 4. There should not be any left children

A.
1
B.
2
C.
3
D.
4
Answer

Answer: Option D

Solution

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