Exercise: Heaps

Implement the remove(i) method in the binary heap.

We'll cover the following...

Task

Implement the remove(i) method, that removes the value stored in a[i] in a BinaryHeap. This method should run in O(log ...