I have solved the problem with "Backtracking algorithm" written in C# by designing the application on WinForms framework. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other.
