//
pkg.gl
Category
github.com/donnol/demo
golang
memo
heap
package
0.0.0-20211110095755-b5285df4c5ce
Repository:
https://github.com/donnol/demo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
106 SLOC
#
Structs
Item
An Item is something we manage in a priority queue.
#
Type aliases
IntHeap
An IntHeap is a min-heap of ints.
PriorityQueue
A PriorityQueue implements heap.Interface and holds Items.