8 Queens Puzzle


Is it possible to place 8 queens on an empty chessboard so that no queen is attacking each other?
Heuristic approach I developed only solves upto 7 Queens


Brute force approach solves the whole 8 Queens
Everytime you load or reload the page a different solution is found by the applet.


Implemented by Oguzhan Kocatepe ©1997