Skip to content

RahulSoni0/N-Queens-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens-visualiser

Demonstration project of N-Queens problem using JavaScript.

Placing N chess queens on an N×N chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonals.

Accomplished using Backtracking Algorithm

Releases

No releases published

Packages

No packages published