Skip to content

x64 assembler solution to n-queens problem. Not tested for n!=8.

Notifications You must be signed in to change notification settings

davidad/8queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8queens

x64 assembler solution to n-queens problem. Especially if n happens to be 8.

bash-3.2$ git clone https://github.com/davidad/8queens.git
Cloning into '8queens'...

pretty printing

Somewhat surprisingly, the very first time I tried to run this code, it successfully returned 92. (Though it did take me about 3 hours of thinking and plenty of referencing the Intel 64 manual before I could write it at all.) It took another 4 or 5 hours to get the pretty printing this pretty.

About

x64 assembler solution to n-queens problem. Not tested for n!=8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published