

MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
1. |
Cosider the below formations of red-black tree. |
A. | All the above formations are incorrect for it to be a redblack tree. then what may be the correct order? |
B. | 50-black root, 18-red left subtree, 100-red right subtree |
C. | 50-red root, 18-red left subtree, 100-red right subtree |
D. | 50-black root, 18-black left subtree, 100-red right subtree |
E. | 50-black root, 18-red left subtree, 100-black right subtree |
Answer» B. 50-black root, 18-red left subtree, 100-red right subtree | |