algorithms
algorithms copied to clipboard
fixed bst delete
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