package
0.0.0-20240107162146-d9266da64716
Repository: https://github.com/cdr74/adventofcode2023.git
Documentation: pkg.go.dev

# Functions

CreateGraph creates a graph from a 2x2 char array.
No description provided by the author
As longest path is a np hard problem, best bet is depth first search with backtracking.
No description provided by the author

# Constants

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

# Structs

Graph represents the graph.
Node represents a node in the graph.