Method DeleteMin
DeleteMin()
Remove the least item from this priority queue.
Declaration
T DeleteMin()
Returns
Type | Description |
---|---|
T | The removed item. |
DeleteMin(out IPriorityQueueHandle<T>)
Remove the least item from this priority queue.
Declaration
T DeleteMin(out IPriorityQueueHandle<T> handle)
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle | On return: the handle of the removed item. |
Returns
Type | Description |
---|---|
T | The removed item. |