mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Fix issue #132 - Wrong Red-Black Tree pictures in README.
This commit is contained in:
parent
ecc8c65466
commit
7a4b829abe
@ -74,7 +74,7 @@ unlike ordinary binary search trees.
|
|||||||
|
|
||||||
#### Left Right Case (See g, p and x)
|
#### 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)
|
#### 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)
|
#### 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
|
## References
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user