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/
-
Updated
Mar 15, 2023 - JavaScript