algorithmtutorprograms icon indicating copy to clipboard operation
algorithmtutorprograms copied to clipboard

Bug report:

Open gtianyi opened this issue 4 years ago • 0 comments

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

I believe it should be "s->left->color == 0 && s->right->color == 0"

gtianyi avatar Feb 08 '21 23:02 gtianyi