Karthik-Nayak98 / N-queens-visualiser

The n-queen puzzle is the problem of placing n chess queens on an n x 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.

Home Page:https://nqueen.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

You can find the website live here

About

The n-queen puzzle is the problem of placing n chess queens on an n x 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.

https://nqueen.netlify.app


Languages

Language:JavaScript 61.7%Language:CSS 28.7%Language:HTML 9.6%