algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

fixed bst delete

Open majianyu opened this issue 6 years ago • 0 comments

Hi, I add a variable 'left'

h.Left = h.Left.Left' h.Right = h.Left.Right

This statement will cause the right node of left to be lost

check it please, thanks

majianyu avatar Jan 25 '19 13:01 majianyu