algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Added "TestRBTree", fixed some bugs in RBTree.

Open izveigor opened this issue 3 years ago • 0 comments

Added test for red black tree. Test checks following methods: minimum, maximum, insert, delete, inorder. Argument "color" of RBNode now has default value 1. Fixed bug, now tree can delete the last node.

izveigor avatar Jul 28 '22 16:07 izveigor