package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New[T any]() *priorityQueue[T]
type Node[T any] struct {
Payload T
Priority uint
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.