You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n is never gonna equal to parent.Left right?, they don't have the same address. We only use n pass to function Compare to determine which way should we go in the tree.
The text was updated successfully, but these errors were encountered:
algorithms/data-structures/binary-tree/bst.go
Line 136 in 736f5eb
I think it should be
n
is never gonna equal toparent.Left
right?, they don't have the same address. We only usen
pass to functionCompare
to determine which way should we go in the tree.The text was updated successfully, but these errors were encountered: