//
pkg.gl
Category
github.com/andreaskaempf/adventofcode2023
day17
package
0.0.0-20241019153244-387b7cc465f9
Repository:
https://github.com/andreaskaempf/adventofcode2023.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
265 SLOC
#
Constants
INF
No description provided by the author
#
Structs
Point
A 2D point, required because we use x,y pair as map key.
State
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.