Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).