https://github.com/pedroalvesv/n-queens
N-Queens Problem solver with LÖVE
https://github.com/pedroalvesv/n-queens
backtracking love2d lua mathematical n-queens recursion
Last synced: 2 months ago
JSON representation
N-Queens Problem solver with LÖVE
- Host: GitHub
- URL: https://github.com/pedroalvesv/n-queens
- Owner: PedroAlvesV
- Created: 2017-08-03T07:10:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T00:22:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T07:09:12.838Z (4 months ago)
- Topics: backtracking, love2d, lua, mathematical, n-queens, recursion
- Language: Lua
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Queens
N-Queens Problem solver with LÖVE## Features
* Rotation (clockwise and anti-clockwise)
* Flipping (vertically and horizontally)## TODO
* Filter for explicit solutions
* Reset option to search for another solution
* Solution exportation