A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
$ gcc -o eightqueens EightQueensPuzzle.c
Compile the program with gcc
or a C compiler and run it with ./eightqueens
.
© Copyright 2022, Max Base
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
CGPL-3.0