An open API service indexing awesome lists of open source software.

https://github.com/hackerpilot/cw-n-queens


https://github.com/hackerpilot/cw-n-queens

Last synced: 8 months ago
JSON representation

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"
```