/EightQueensPuzzleC

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

Eight Queens Puzzle C

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

Usage

$ gcc -o eightqueens EightQueensPuzzle.c

Compile the program with gcc or a C compiler and run it with ./eightqueens.

© Copyright 2022, Max Base