//
pkg.gl
Category
github.com/metalim/adventofcode.2024.go
16
o1
v2
package
0.0.0-20250110034614-aabb995ae0ca
Repository:
https://github.com/metalim/adventofcode.2024.go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
233 SLOC
#
Constants
East
Direction constants.
North
Direction constants.
South
Direction constants.
West
Direction constants.
#
Structs
Point
Point represents a coordinate on the map.
State
State represents the current position, direction, and accumulated score.
#
Type aliases
PriorityQueue
PriorityQueue implements heap.Interface and holds States.