https://github.com/hackerpilot/cw-n-queens
https://github.com/hackerpilot/cw-n-queens
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackerpilot/cw-n-queens
- Owner: Hackerpilot
- Created: 2020-12-05T08:57:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T23:30:21.000Z (over 5 years ago)
- Last Synced: 2025-01-23T18:52:50.061Z (over 1 year ago)
- Language: Java
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CW-N-Queens
Modified N-Queens problem where it is not legal to have any three queens in a line.
## Running
To see boards with a 12x12 board:
```
./gradlew run --args="12"
```