Skip to content

GersonHMG/nqueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is for educational purposes only. Live deploy

About NQueens

The problem is to place n queens in such a manner on an n x n chessboard that no queens attack each other by being in the same row, column or diagonal.

alt text

Algorithms

Until now only 2 algorithms have been implemented:

How to run

  • Clone the repo
  • run npm start

Features:

  • Queens
  • Free dimensional board
  • Queens attack positions
  • Diplay number of iterations
  • Visualize the algorithms
  • Responsive

Releases

No releases published

Packages

No packages published