Docs.rs
sudoku-solver-0.6.1
sudoku-solver 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ctamblyn
Dependencies
bit-iter ^1.2.0
normal
criterion ^0.5.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sudoku_
solver
0.6.1
Module solver
Module Items
Structs
Functions
In crate sudoku_
solver
sudoku_solver
Module
solver
Copy item path
Source
Expand description
Sudoku solving routines.
Structs
§
Solution
Iter
An iterator which produces the set of solutions to a sudoku-style puzzle.
Functions
§
solve
Solve a sudoku puzzle.
valid
Test whether a sudoku board state obeys the contraints of the game.