Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Val interface{} // Value stored in heap Priority int // the Priority of the item in the heap Index int // the Index of the item in the heap }
Item represents a single element of a Priority queue
Click to show internal directories.
Click to hide internal directories.