Which of the following statement is FALSE about Red-Black-Trees All the nodes in RBT can be black RBT can't have two adj
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statement is FALSE about Red-Black-Trees All the nodes in RBT can be black RBT can't have two adj
statement is FALSE about Red-Black-Trees All the nodes in RBT can be black RBT can't have two adjacent RED nodes. Root of the RBT is Black RBT is a balanced BST so that operations can be done in log(n) time Parent of a given node has to be RED
Which of the following