https://github.com/theaniketraj/n-queen-problem
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
https://github.com/theaniketraj/n-queen-problem
n-queen n-queens-problem
Last synced: 3 days ago
JSON representation
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
- Host: GitHub
- URL: https://github.com/theaniketraj/n-queen-problem
- Owner: theaniketraj
- Created: 2023-11-24T06:45:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T06:47:38.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T10:04:18.193Z (5 months ago)
- Topics: n-queen, n-queens-problem
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Queen-Problem
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.