//
pkg.gl
Category
github.com/asphaltbuffet/advent-of-code
exercises
2022
11-monkeyInTheMiddle
go
package
0.0.0-20240204171805-e61498d205e4
Repository:
https://github.com/asphaltbuffet/advent-of-code.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
270 SLOC
#
Functions
ParseMonkey
ParseMonkey parses a single monkey.
#
Structs
Day11
Day11 is the exercise environment.
Exercise
Exercise for Advent of Code 2022 day 11.
Monkey
Monkey struct represents necessary aspect of a monkey for day 11.
#
Type aliases
MonkeyHeap
MonkeyHeap implements heap.Interface and holds Monkeys.