/NQueens

This program solves the n-queen problem with any initial configurations. The goal state is to have n queens placed on a nxn board such that no two pairs of queens are attacking each other.

Primary LanguageJava

Stargazers

No one’s star this repository yet.