Fix issue #132 - Wrong Red-Black Tree pictures in README.

This commit is contained in:
Oleksii Trekhleb 2018-08-02 16:43:54 +03:00
parent ecc8c65466
commit 7a4b829abe

View File

@ -74,7 +74,7 @@ unlike ordinary binary search trees.
#### Left Right Case (See g, p and x)
![Red Black Tree Balancing](https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3d.png)
![Red Black Tree Balancing](https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3b.png)
#### Right Right Case (See g, p and x)
@ -82,7 +82,7 @@ unlike ordinary binary search trees.
#### Right Left Case (See g, p and x)
![Red Black Tree Balancing](https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3c.png)
![Red Black Tree Balancing](https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3d.png)
## References