Aplicação de algoritmos genéticos na resolução do problema das 8 rainhas.
-
Updated
Nov 18, 2022 - Python
Aplicação de algoritmos genéticos na resolução do problema das 8 rainhas.
8 queens problem MySQL solution
A python script to solve the general n-queens problem of placing n non-attacking queens on an n×n chessboard
The 8 Queens Problem is placing of eight queens on an 8 x 8 chessboard in a way that no two queens threaten each other. This project presents a solution to through Python implementation utilizing a backtracking algorithm.
Search Algorithm that solves the 8 Queens Problem with Trees
problema n-rainhas usando técnicas de satisfação de restrições
Demonstrate different local search algorithms applied to the 8-queens problem.
Backing up codes I wrote, during my Artificial Intelligence course.
Solving N-Queens problem by Simple Genetic Algorithm in Python.
Solves n-Queens problem using a genetic algorithm.
Solving 8 queen puzzle in ruby using iterative repair algorithm (n queens in a n*n board)
AI algorithms
Short 8 queens problem solution. Python
How can you place 8 queens on a 8x8 chessboard such that they do not intercept each other? I wrote a recursive solution that incorporates backtracking as a strategy!
Add a description, image, and links to the 8-queens topic page so that developers can more easily learn about it.
To associate your repository with the 8-queens topic, visit your repo's landing page and select "manage topics."