A fully recursive algorithm to solve eight queens' problem
-
Updated
Dec 19, 2022 - Java
A fully recursive algorithm to solve eight queens' problem
A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
A simple Eight Queens solver built with Java for CSE 486.
Solver for the N-Queens problem
Algorithm related projects
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
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."