//
pkg.gl
Category
github.com/jupp0r/go-priority-queue
module
package
0.0.0-20160601094913-ab1073853bde
Repository:
https://github.com/jupp0r/go-priority-queue.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
9
Files
76 SLOC
#
README
go-priority-queue
A priority queue implementation on top of container/heap
#
Functions
New
New initializes an empty priority queue.
#
Structs
PriorityQueue
PriorityQueue represents the queue.