Enhanced C#
Language of your choice: library documentation
|
Represents a priority queue, in which Pop() always returns the largest or smallest item. More...
Represents a priority queue, in which Pop() always returns the largest or smallest item.
T | Type of each element |
Additional Inherited Members | |
![]() | |
bool | IsEmpty [get] |
![]() | |
int | Count [get] |
Gets the number of items in the collection. More... | |
![]() | |
bool | IsEmpty [get] |
![]() | |
void | Push (T item) |
![]() | |
T | TryPop (out bool isEmpty) |
T | TryPeek (out bool isEmpty) |