Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a4b829

Browse files
committed
Fix issue trekhleb#132 - Wrong Red-Black Tree pictures in README.
1 parent ecc8c65 commit 7a4b829

File tree

1 file changed

+2
-2
lines changed
  • src/data-structures/tree/red-black-tree

1 file changed

+2
-2
lines changed

‎src/data-structures/tree/red-black-tree/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /