Skip to content

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

License

Notifications You must be signed in to change notification settings

BaseMax/EightQueensPuzzleC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages