ai-nqueens and N-Queens
About ai-nqueens
vitorverasm/ai-nqueens
This is a n-queen problem solver using local search algorithms.
This project helps computer science students and enthusiasts solve the classic N-Queens puzzle, a well-known combinatorial problem in artificial intelligence. It takes the size of a chessboard (N) as input and outputs a valid arrangement of N queens where none can attack each other. It's designed for those exploring local search algorithms like Hill Climbing and Simulated Annealing.
About N-Queens
AhmedNasserabdelkareem/N-Queens
Python Implementation for N-Queen problem using Hill Climbing, Genetic Algorithm, K-Beam Local search and CSP
This project helps solve the classic N-Queens puzzle, a challenge where you place N chess queens on an N×N board without any two queens attacking each other. You input the board size (N), and the project outputs a valid arrangement of queens. It's designed for anyone interested in exploring different artificial intelligence search and optimization algorithms to solve combinatorial problems.
Scores updated daily from GitHub, PyPI, and npm data. How scores work