/N-Queens-Puzzle

N Queens Puzzle solution

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

N-Queens-Puzzle

Here you could find the code for The eight queens puzzle in Python, for more informations visit the project webpage:

https://solarianprogrammer.com/2017/11/20/eight-queens-puzzle-python/

In order to run the code on your machine you'll need Python 3.6 (and up).

The repo also contains a C implementation (translated from the Python solution), any C99 compatible compiler should work (GCC, Clang and Visual Studio 2015/2017).

You could use this program under the terms of GPL v3, for more details see:

https://www.gnu.org/copyleft/gpl.html

Copyright 2017 Sol from https://solarianprogrammer.com .