Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriorityQueue ¶
type PriorityQueue[Key comparable, Priority cmp.Ordered] interface { Push(key Key, priority Priority) Peek() Key Pop() Key Update(key Key, priority Priority) IsEmpty() bool }
Click to show internal directories.
Click to hide internal directories.