n-queens topic

List n-queens repositories

ai-n-queens

39
Stars
10
Forks
Watchers

Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.

Backtracking-Visualizer

36
Stars
7
Forks
Watchers

Visualization of some standard problems solved by Backtracking

ai-nqueens

15
Stars
11
Forks
Watchers

This is a n-queen problem solver using local search algorithms.

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

n_queens

15
Stars
11
Forks
Watchers

Solving N-Queens problem by DFS & BFS in Python.