(Available since version 1.0)
Heap::top — Peeks at the node from the top of the heap
Returns the value at the top of the heap without removing it. Runs in Θ(1) amortized time.
This function has no parameters.
The value of the node on the top.
Throws SEIDS::Heaps::PeekException when the data-structure is empty.