A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
$ php EightQueensPuzzle.php
Run the program with php
interpreter.
© Copyright 2022, Max Base
A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
PHPGPL-3.0