Docs.rs
deus-nqueens-0.4.2
deus-nqueens 0.4.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
oovm
Dependencies
itertools ^0.10.5
normal
ndarray ^0.15.6
normal
num ^0.4.0
normal
rand ^0.8.5
normal
svg ^0.13.1
normal
pretty_assertions ^1.3.0
dev
Versions
0%
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
☰
Crate deus_nqueens
Version 0.4.2
All Items
Structs
Functions
?
Crate
deus_nqueens
source
·
[
−
]
Structs
NBishopsState
NCastlesState
NQueensState
Functions
n_bishops_backtrack
O(n × n!) time to find all solutions
n_castles_permute
O(n!) time to find all solutions
n_queens_backtrack
O(n × n!) time to find all solutions
n_queens_modular
O(1) time to find one solution if exists