package
0.0.0-20240204171805-e61498d205e4
Repository: https://github.com/asphaltbuffet/advent-of-code.git
Documentation: pkg.go.dev

# Functions

ParseMonkey parses a single monkey.

# Structs

Day11 is the exercise environment.
Exercise for Advent of Code 2022 day 11.
Monkey struct represents necessary aspect of a monkey for day 11.

# Type aliases

MonkeyHeap implements heap.Interface and holds Monkeys.