shelljo

Results 1 issues of shelljo

https://github.com/arnauddri/algorithms/blob/736f5ebe59cfd72b778704fe9ba5e0ba25c775fe/data-structures/binary-tree/bst.go#L136 I think it should be ```go if parent.Left == h ``` `n` is never gonna equal to `parent.Left` right?, they don't have the same address. We only use `n`...