-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
algorithms/data-structures/binary-tree/bst.go
Line 136 in 736f5eb
| if parent.Left == n { |
I think it should be
if parent.Left == hn 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.
Metadata
Metadata
Assignees
Labels
No labels