Solve, time, and profile programs solving the N queens problem in various languages. Solution relies on built-in integer array types.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Charles Reid f774191dc8 update license 6 years ago
cpp Adding c plus plus solution. This one is simple and hella fast. 7 years ago
java adding Java N Queens solution, plus a nice readme. 7 years ago
perl adding Perl solution to N Queens problem with readme 7 years ago
python adding Python solution to N Queens, plus a readme 7 years ago
LICENSE update license 6 years ago
README.md Initial commit 7 years ago

README.md

n-queens

Solve, time, and profile programs solving the N queens problem in various languages. Solution relies on built-in integer array types.