https://github.com/igopalakrishna/n-queens_viz
N queens visualiser
https://github.com/igopalakrishna/n-queens_viz
Last synced: about 1 year ago
JSON representation
N queens visualiser
- Host: GitHub
- URL: https://github.com/igopalakrishna/n-queens_viz
- Owner: igopalakrishna
- Created: 2024-02-14T15:46:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T15:47:03.000Z (over 2 years ago)
- Last Synced: 2024-02-14T16:47:59.199Z (over 2 years ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Queen Visualiser
- The N-Queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.
- This algorithm is designed using recursion.

**
You can find the website live here
**