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.
Java exercises from the second-year course, including an eight queens solver implemented with backtracking.
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
Group project analysing different AI search algorithms for the 8-Queens problem.
Eight Queens Puzzle Made for H* Computer Science II Class
To associate your repository with the eight-queens topic, visit your repo's landing page and select "manage topics."