Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefosg/nxn-queens-problem
Queens on an NxN chess board AI problem
https://github.com/lefosg/nxn-queens-problem
Last synced: 19 days ago
JSON representation
Queens on an NxN chess board AI problem
- Host: GitHub
- URL: https://github.com/lefosg/nxn-queens-problem
- Owner: lefosg
- Created: 2022-03-16T20:19:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T22:07:42.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T17:55:47.610Z (2 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NxN-Queens-Problem
The known 8x8 Queens problem, but generalized for an NxN chess board.
It uses the beam search AI algorithm.
Created in cooperation with @FaidonVerras (https://github.com/FaidonVerras).