package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.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.