davidad / 8queens

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Assembly 100.0%