How to get the smallest element from a heap without removing it?
heap[0]
peek_heap(heap)
heap_peak(heap)
heappop(heap)
This question is part of this quiz :