You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a solution to the classic Eight Queens Puzzle, a combinatorial problem where the objective is to place eight queens on a standard chessboard (8x8) so that no two queens threaten each other. This means that no two queens can share the same row, column, or diagonal.