Skip to content

N-Queens problem is a np-complete problem where the goal is to place N queens on a (N x N) board such that no queen attacks the other (N-1) queens.

Notifications You must be signed in to change notification settings

caldenmic/N-Queens-Problem-Backtracking-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

About

N-Queens problem is a np-complete problem where the goal is to place N queens on a (N x N) board such that no queen attacks the other (N-1) queens.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published