# Functions
No description provided by the author
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.