package
0.0.0-20240704130330-202c463ba4d5
Repository: https://github.com/marjamis/advent-of-code.git
Documentation: pkg.go.dev

# Functions

CreateStack creates an new empty Stack.
NewQueue creates a new MatrixPathQueue.

# Structs

MatrixPathQueue is a queue that forms the path taken from one set of coordinates to another.
MatrixPathQueueCoordinates stores the location in the matrix and it's parent in the path.
Stack is a stack type.