- Declared in: PuzzleSolvers.Puzzle
Declaration
public ConsoleColoredString SolutionToConsole(
int?[] solution,
int width = 9
)
Summary
Converts a Sudoku solution to a
ConsoleColoredString that includes the coloring offered by some
constraints.
Parameters
int?[] | solution |
The solution to be colored. |
int | width |
The width of the puzzle grid. For a standard Sudoku, this is 9. |