Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theaniketraj/n-queen-problem

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
https://github.com/theaniketraj/n-queen-problem

n-queen n-queens-problem

Last synced: about 1 month ago
JSON representation

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

Awesome Lists containing this project

README

        

# N-Queen-Problem

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.