package
0.0.0-20241211215934-c01629110046
Repository: https://github.com/gowikel/adventofcode-golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

Defines a start node as a node whose name is AAA.
No description provided by the author
Defines an end node as a node whose name ends in Z.
Defines a start node as a node whose name ends in A.
No description provided by the author
Defines an end node as a node whose name is ZZZ.

# Interfaces

Interface to determine if a Node is a end node.
Interface to determine if a Node is a start node.

# Type aliases

Direction represents the left and right options that are available.