algorithms
algorithms copied to clipboard
heap siftUp is wrong
should be (i-1) >> 1
https://github.com/arnauddri/algorithms/blob/master/data-structures/heap/heap.go#L81
And finish for i > 0 && parent > 0;