//
pkg.gl
Category
github.com/asphaltbuffet/advent-of-code
pkg
pq
package
0.0.0-20240204171805-e61498d205e4
Repository:
https://github.com/asphaltbuffet/advent-of-code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
92 SLOC
#
Structs
Item
An Item is something we manage in a priority queue.
#
Type aliases
PriorityQueue
A PriorityQueue implements heap.Interface and holds Items.