algorithmtutorprograms icon indicating copy to clipboard operation
algorithmtutorprograms copied to clipboard

Implementations error

Open ashwin-git-s opened this issue 5 years ago • 1 comments

This line if code checks only the right child colour. It should check the left child as well.

https://github.com/Bibeknam/algorithmtutorprograms/blob/705130fc0c5fb5c6bdc53967aea7de644e9bb2c5/data-structures/red-black-trees/RedBlackTree.cpp#L115

ashwin-git-s avatar Aug 07 '20 01:08 ashwin-git-s

This fixes a rare segfault during deleteNode (~1 in 10,000 deletions).

Thanks!

elor avatar Dec 22 '20 11:12 elor