Red Black Tree Properties in Data Structure | Red Black Tree Properties | PART 5.1

Nargish Gupta
Youtube
Related Topic
:- programming skills Data Structures

in this video, I have discussed red-black tree properties. There are basically 4 basic properties/ rules of the red-black tree: 1. The node colour is either red or black. 2. Root node is always black. 3. No red colour parent-child relationship. 4. Root node to leaf node in each and every path should be the same. 

Comments