A fully recursive algorithm to solve eight queens' problem
-
Updated
May 11, 2025 - Java
A fully recursive algorithm to solve eight queens' problem
A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
Algorithm related projects
A simple Eight Queens solver built with Java for CSE 486.
Eight Queens Puzzle Made for H* Computer Science II Class
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
Solver for the N-Queens problem
Add a description, image, and links to the eight-queens topic page so that developers can more easily learn about it.
To associate your repository with the eight-queens topic, visit your repo's landing page and select "manage topics."