Solutions to 8 Queens Problem
The 8 queens puzzle is just a part of the general n-queens problem of placing n queens on an n×n chessboard.
How many unique solutions do this problem exists?
What is algorithm to find a solution to this problem?
Let's discuss.