package
0.0.0-20211110095755-b5285df4c5ce
Repository: https://github.com/donnol/demo.git
Documentation: pkg.go.dev

# Structs

An Item is something we manage in a priority queue.

# Type aliases

An IntHeap is a min-heap of ints.
A PriorityQueue implements heap.Interface and holds Items.