Returns (without removing) the smallest item in the PriorityQueue. This operation takes O(1) time.
PriorityQueue
public T Peek()
The smallest item in the PriorityQueue.