eight-queen-algorithm
There are 3 repositories under eight-queen-algorithm topic.
BaseMax/EightQueensPuzzlePHP
A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
BaseMax/EightQueensPuzzleC
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
fbasatemur/Eight_Queens_Puzzle
Solution of 8 queen problems with heuristic repair method.