Arranging Queens on a Chess Board
-
Updated
May 9, 2014 - C
Arranging Queens on a Chess Board
🧠 Backtracking algorithm in C language to find the 92 possible solutions of the eight queens problem and share them in a JSON file as an API.
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
Add a description, image, and links to the eight-queen-problem topic page so that developers can more easily learn about it.
To associate your repository with the eight-queen-problem topic, visit your repo's landing page and select "manage topics."