/n-queens-simulated-annealing

Use the Simulated Annealing algorithm to solve the n-queens problem

Primary LanguageC++

Solve the n-queens problem with pure Python/C++ and Simulated Annealing algorithm.

  • With Python version you can use PyPy for better performance on large number of queens.