#The Eight Queens Problem.
#Using a regular chess board, the challenge is to place eight queens on the board such that no queen is attacking any of the others.
This algorithm Uses rudimentary AI techniques to solve the Eight-Queens (N-Queens) problem.