package
0.0.0-20231224041337-7909fbe2cedd
Repository: https://github.com/simmonmt/advent-of-code.git
Documentation: pkg.go.dev

# Structs

An Item is something we manage in a priority queue.

# Type aliases

A PriorityQueue implements heap.Interface and holds Items.