ISRO | ISRO CS 2017 | Question 57ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeWhich one of the following property is correct for a red-black tree?(A) Every simple path from a node to a descendant leaf contains the same number of black nodes(B) If a node is red, then one children is red and another is black(C) If a node is red, then both its children are red(D) Every leaf node (sentinel node) is redAnswer: (A)Explanation: Refer: Red-Black Tree | Set 1 (Introduction)Option (A) is correct.Quiz of this QuestionLast Updated : 16 Mar, 2018Like Article Save Article Please Login to comment...