Skip to content

Commit

Permalink
Fix issue #132 - Wrong Red-Black Tree pictures in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Aug 2, 2018
1 parent ecc8c65 commit 7a4b829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data-structures/tree/red-black-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ 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)

![Red Black Tree Balancing](https://www.geeksforgeeks.org/wp-content/uploads/redBlackCase3c.png)

#### 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

Expand Down

0 comments on commit 7a4b829

Please sign in to comment.