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

https://github.com/igopalakrishna/n-queens_viz

N queens visualiser
https://github.com/igopalakrishna/n-queens_viz

Last synced: about 1 year ago
JSON representation

N queens visualiser

Awesome Lists containing this project

README

          

# N-Queen Visualiser

- The N-Queens puzzle is the problem of 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 diagonal.

- This algorithm is designed using recursion.

![N-Queen-visualisation](visualisation.gif)

**

You can find the website live here

**