sodo
Fast Sudoku solver and generator in Rust.
Installation
Usage
# Generate a puzzle
# Solve a puzzle
# Get a hint
# Validate
Library
use ;
let puzzle = from_string.unwrap;
let mut solver = new;
let solution = solver.solve.unwrap;
println!;
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in sodo by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.