N-Queen problem visualization in react
-
Updated
Sep 10, 2022 - TypeScript
N-Queen problem visualization in react
An N-Queen Visualizer in C++
The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.
The N-Queens problem is to place N-Queens on an NxN chessboard such that no queens attack each other. This project visualizes the recursive solution algorithm. You can access it here: https://bhushan-srivastava.github.io/N-Queens-Visualizer/
Add a description, image, and links to the n-queens-visualizer topic page so that developers can more easily learn about it.
To associate your repository with the n-queens-visualizer topic, visit your repo's landing page and select "manage topics."