Visualization of some standard problems solved by Backtracking
-
Updated
Aug 20, 2025 - 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.
Interactive N-Queen Visualizer using the Backtracking Algorithm built with HTML, CSS, and JavaScript.
Algorithm to place N queens on said N×N chessboard so that no two queens threaten each other.
A javascript implementation of the N-Queens problem solved using hill-climbing search algorithm
solving n-queens problem using JavaScript
👑 hill-climbing solving n-queens
Visualize the famous N-Queens problem 👑
An attempt to solve the n-queens problem
👑 simulated-annealing solving n-queens
Interactive N-Queens Solver built with HTML, CSS, and JavaScript using the Backtracking algorithm.
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."