Method Pop
Pop()
Removes and returns the least element of the PriorityQueue<T> in log(size) time.
Declaration
public T Pop()
Returns
Type | Description |
---|---|
T |
Removes and returns the least element of the PriorityQueue<T> in log(size) time.
public T Pop()
Type | Description |
---|---|
T |