Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColExpansions ¶
type ColExpansions []int
type Exercise ¶
type Exercise struct {
common.BaseExercise
}
Exercise for Advent of Code 2023 day 11.
type GalaxyMap ¶
type GalaxyMap map[Point]*GalaxyObject
type GalaxyObject ¶
type MapCols ¶
type MapCols map[int][]*GalaxyObject
type MapRows ¶
type MapRows map[int][]*GalaxyObject
type RowExpansions ¶
type RowExpansions []int
Click to show internal directories.
Click to hide internal directories.