File tree 1 file changed +2
-2
lines changed
src/data-structures/tree/red-black-tree
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ unlike ordinary binary search trees.
74
74
75
75
#### Left Right Case (See g, p and x)
76
76
77
- ![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3d .png )
77
+ ![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3b .png )
78
78
79
79
#### Right Right Case (See g, p and x)
80
80
81
81
![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3c.png )
82
82
83
83
#### Right Left Case (See g, p and x)
84
84
85
- ![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3c .png )
85
+ ![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3d .png )
86
86
87
87
## References
88
88
You can’t perform that action at this time.
0 commit comments