Skip to content

A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.

License

Notifications You must be signed in to change notification settings

BaseMax/EightQueensPuzzlePHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Eight Queens Puzzle PHP

A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.

Usage

$ php EightQueensPuzzle.php

Run the program with php interpreter.

© Copyright 2022, Max Base