package
0.0.0-20241019153244-387b7cc465f9
Repository: https://github.com/andreaskaempf/adventofcode2023.git
Documentation: pkg.go.dev

# Constants

No description provided by the author

# Structs

A 2D point, required because we use x,y pair as map key.
State of a node, used as a key for distance & visited maps, defined by direction and number of steps already take in that direction, as well as position.