package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PriorityQueue interface {
Enqueue(element any, priority int) (ok bool)
Dequeue() (element any, ok bool)
Peek() (element any, ok bool)
Empty() bool
Full() bool
Size() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.