//
pkg.gl
Category
github.com/andreaskaempf/adventofcode
2021
day23
package
0.0.0-20241228161114-16f4b890328a
Repository:
https://github.com/andreaskaempf/adventofcode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
399 SLOC
#
Structs
Board
Structure for a board state.
Move
One move, for piece X from position A to position B, with number of steps Position: 0-10 = corridor positions 100-103 = first chamber 200-203 = second chamber 300-303 = third chamber 400-403 = third chamber.
#
Type aliases
Chamber
Structure for a chamber within a board, each containing letters or nil, element 0 closest to opening.