Solving N-Queen problem using Genetic Algorithm.
-
Updated
Jun 30, 2020 - C++
Solving N-Queen problem using Genetic Algorithm.
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
Graphical Implementation of N-Queen's Algorithm using Back Tracking
Add a description, image, and links to the nqueens-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the nqueens-algorithm topic, visit your repo's landing page and select "manage topics."