Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

n_queens_rust

N (aka Eight) Queens Solution in Rust

There are several versions Rust solution on web already for the N Queens puzzle. However, I find that those versions are much slower than Go version (refer to https://github.com/funcnet/n_queens_go), especially when N is larger than 10. So I created this Rust version. Per my tests, this version is as fast as the Go version.

About

N (aka Eight) Queens Solution in Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages