TranDatDT / n-queens-simulated-annealing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 56.5%Language:Python 43.5%