Module format

Source
Expand description

Formatting module for Rustoku data structures.

This module provides functions to format the Sudoku board and its solve path in various ways.

Functionsยง

format_grid
Formats the Sudoku board into a grid representation.
format_line
Formats the Sudoku board into a single line string representation.
format_solve_path
Formats a path of moves in the Sudoku solving process into a vector of strings.