Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Grid ¶
type Grid map[advent2021.XY]int
func (Grid) BottomRight ¶
func (g Grid) BottomRight() advent2021.XY
func (Grid) ShortestPath ¶
func (g Grid) ShortestPath(from, to advent2021.XY) int
Click to show internal directories.
Click to hide internal directories.