package
0.0.0-20240706161115-ad3f9ee905b0
Repository: https://github.com/meoconbatu/adventofcode.git
Documentation: pkg.go.dev

# Structs

Day17 type.
An Item is something we manage in a priority queue.

# Type aliases

A PriorityQueue implements heap.Interface and holds Items.