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.