//
pkg.gl
Category
github.com/lanrat/extsort
queue
package
1.0.2
Repository:
https://github.com/lanrat/extsort.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
75 SLOC
#
Functions
NewPriorityQueue
NewPriorityQueue creates a new heap based PriorityQueue using cmpFunc as the comparison function.
#
Structs
PriorityQueue
PriorityQueue implemented using a heap.