Visualization of some standard problems solved by Backtracking
-
Updated
May 30, 2024 - JavaScript
Visualization of some standard problems solved by Backtracking
React app that solves the N-Queen puzzle in your browser using the minimum conflicts algorithm.
Algorithm to place N queens on said N×N chessboard so that no two queens threaten each other.
solving n-queens problem using JavaScript
A javascript implementation of the N-Queens problem solved using hill-climbing search algorithm
👑 hill-climbing solving n-queens
Visualize the famous N-Queens problem 👑
An attempt to solve the n-queens problem
👑 simulated-annealing solving n-queens
Add a description, image, and links to the n-queens topic page so that developers can more easily learn about it.
To associate your repository with the n-queens topic, visit your repo's landing page and select "manage topics."