Skip to content

Mhs-220/N-Queens-Puzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

N Queens Puzzle solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.1%
  • C 36.9%