package
0.0.0-20241228161114-16f4b890328a
Repository: https://github.com/andreaskaempf/adventofcode.git
Documentation: pkg.go.dev

# Functions

Get possible shortest path key sequences to directly input a code on the numeric key pad, uses shortest path lengths precomputed and stored in global dictionary.

# Structs

A pair of keys, e.g., start & end of path.
An x,y point.
For caching in Part 2.

# Type aliases

A sequence of key strokes.
No description provided by the author