Skip to content

Regan-Koopmans/n-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n-queens

A solver for the n-queens problem based on Constraint Satisfaction. Written in Rust.

How to Compile

You will need rust and cargo installed to compile this program. Just type:

cargo build cargo run 4

To run the program to solve the 4 queens problem. The 4 in this command can be substituted with any number (I have tested up to 64). Do note that not all numbers have a solution 😛

Releases

No releases published

Packages

No packages published

Languages