package
0.0.0-20241213165744-7bb3ea5db4ba
Repository: https://github.com/colasnahaboo/advent-of-code-my-solutions.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VP = fmt.Println.
VPf = fmt.Printf.
No description provided by the author
No description provided by the author
VPn (echo -n) = fmt.Print.

# Constants

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

# Structs

No description provided by the author
Iterator iterates through the length K combinations of an N sized set.
String iterates through all sub-string combinations of its source from shortest to longest.
StringN iterates through sub-string combinations of length K.

# Type aliases

Types of the Callbacks implemented and provided to AStarFindPath A ConnectedFunc returns the neighbour nodes of node n in the graph.
A CostFunc returns a cost for the transition node a -> node b.
A EndFunc returns true if node is a/the destination.
A Path is a sequence of nodes in a graph.