First page Back Continue Last page Graphics
Interesting properties…
- The first element of the array is the root node and is always the largest.
- The largest element should be the last item in the array.
- If we were to delete the first item it would be replaced with the last item.
- We could then stick the largest item in the open last position!