//
pkg.gl
Category
github.com/southernlabs-io/go-fw
queue
package
0.5.0
Repository:
https://github.com/southernlabs-io/go-fw.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
91 SLOC
#
Functions
NewPriorityQueue
NewPriorityQueue creates a new PriorityQueue.
#
Structs
Element
Element is an element of the PriorityQueue.
PriorityQueue
PriorityQueue this implementation is based on https://golang.org/pkg/container/heap/ High priority is closer to -infinity.