Skip to main content

solve_any_str

Function solve_any_str 

Source
pub fn solve_any_str(puzzle: &str) -> Result<Option<String>, RustokuError>
Expand description

Solves puzzle and returns the first solution as an 81-char string, or None if unsolvable.