Last active
October 30, 2017 12:00
-
-
Save Abhiroop/4b9ffb407a3e19568c28d9ace13c2e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No red node has a red parent or a red node has only black children. | |
Every path from the root node to an empty node contains the same number of black nodes. | |
The root and leaves of the tree are black. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment