Skip to content

Commit

Permalink
Fix issue trekhleb#132 - Wrong Red-Black Tree pictures in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb authored and harshes53 committed Dec 6, 2018
1 parent 3e4f064 commit 8693480
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 8693480

Please sign in to comment.