package
0.0.0-20250110034614-aabb995ae0ca
Repository: https://github.com/metalim/adventofcode.2024.go.git
Documentation: pkg.go.dev

# Constants

Direction constants.
Direction constants.
Direction constants.
Direction constants.

# Structs

Point represents a coordinate on the map.
State represents the current position, direction, and accumulated score.

# Type aliases

PriorityQueue implements heap.Interface and holds States.