File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/data-structures/tree/red-black-tree Expand file tree Collapse file 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.
7474
7575#### Left Right Case (See g, p and x)
7676
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 )
7878
7979#### Right Right Case (See g, p and x)
8080
8181![ Red Black Tree Balancing] ( https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3c.png )
8282
8383#### Right Left Case (See g, p and x)
8484
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 )
8686
8787## References
8888
You can’t perform that action at this time.
0 commit comments