Structs§
- Tour
- Stores the result of the tour itself, with a list of the positions traversed in a vector, how many times backtracking occurred, and how long, in nanoseconds, the algorithm took to run
- Tour
Input - Input for the tour with the sizes of the board and starting position
Enums§
- Tour
Result - Enum with the possible outputs of the calculation
Functions§
- find_
solution - Finds solution for the given input