A web application that solves the N-Queens problem using the Backtracking algorithm.
- HTML
- CSS
- JavaScript
- User enters board size
- Displays all valid solutions
- Shows total number of solutions
- Responsive board generation
- Open index.html
- Enter the value of N
- Click the Solve button
Aysha Malik