//
pkg.gl
Category
github.com/andreaskaempf/adventofcode
2024
day21
package
0.0.0-20241228161114-16f4b890328a
Repository:
https://github.com/andreaskaempf/adventofcode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
418 SLOC
#
Functions
NumPadEntry
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
KeyPair
A pair of keys, e.g., start & end of path.
Point
An x,y point.
SeqLevel
For caching in Part 2.
#
Type aliases
KeySeq
A sequence of key strokes.
Path
No description provided by the author