n-queens
There are 160 repositories under n-queens topic.
selimfirat/ai-n-queens
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
MohamedMahmoudHassan/Backtracking-Visualizer
Visualization of some standard problems solved by Backtracking
hassanzadehmahdi/N-Queen-Problem-using-Genetic-Algorithm
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
SadraSamadi/n_queens
Solving N-Queens problem by DFS & BFS in Python.
vitorverasm/ai-nqueens
This is a n-queen problem solver using local search algorithms.
FarzadForuozanfar/Cpp_Cource_Ex
Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics
manasesjesus/pthreads
Parallel Computing with Pthreads
stephenrawson/udacity-ai-nanodegree
My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).
erohkohl/n-queens-sat
Modelling n-queens problem as conjunctive normal form and solving it with DPLL algorithm. This project should made me familiar with Rust and the test driven approach.
LazoCoder/N-Queens-Problem
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
AI-14/nqueens-astar-genetic-algorithm
N-Queens GUI solver using A* (A-Star) and Genetic Algorithm.
kamoloff/N-Queen-Puzzle-Knights-Tour
Solution for both N Queens Puzzle and Knight's Tour (with GUI)
jdswalker/N-Queens_Problem
N-Queens problem solvers and solution counters implemented using a constrained DFS algorithm
hallaji/n-queens
N-Queens Solution With Genetic Algorithms
leonamtv/FGA-N-Rainhas
Full Genetic Algorithm para resolver o problema das N-rainhas
rusty-sj/Algorithms-Design-Analysis-and-Implementations
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
BaseMax/N-QueenGenetic
Solving N-Queen problem using Genetic Algorithm.
Carleslc/Puzzles
Different puzzles to think and enjoy programming.
concision/n-queens
Solving the n-queens chessboard problem using DEAP evolutionary algorithms and genetic programming.
emkor/n-queen-problem
University project solving n-queen problem using CSP approach
Haydart/NQueensProblem
Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem
mr-rjh3/N-Queens-Solver
React app that solves the N-Queen puzzle in your browser using the minimum conflicts algorithm.
qiaofengmarco/Artificial-Intelligence
Southeast University Artificial Intelligence Coursework (with a Final Score: 96/100)
SeyedMuhammadHosseinMousavi/n-Queen-BBO
Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm
Tafara-N/alx-interview
Python, Javascript interview practise.
tjfy1992/Eight-Queen
A java solution to the Eight Queen(N Queen) problem
HxnDev/N-Queen-Problem-using-Hill-Climbing-and-Simulated-Annealing
Hill climbing algorithm is a local search algorithm which continuously moves in the direction of increasing elevation/value to find the peak of the mountain or best solution to the problem. Simulated annealing is a probabilistic technique for approximating the global optimum of a given function.
NekSfyris/Simulated-Annealing-Min-Conflicts_N_Queens
Implementation of the N-Queens problem by using Simulated Annealing as a local search algorithm and Min Conflicts as the CSP (Constraint Satisfaction Problem) algorithm.
rayanf/N-Queens-Memetic-Algorithm
Solving N-Queens problem by implementing Memetic Algorithm.
rezarasuolzadeh/queens
Solve n-queens problem easily
rizquuula/nqueenplay
N-Queens puzzle player. This tool will generate randomly or randomly locked puzzle, you may use this as "a boxing bag" to practice problem solving algorithm.
Sanikakadamm/AI-TYBSCIT
Practicals from sem 5 of bsc IT,Third year
saullo/PUC_TDS_Backtracking
Resolving N queens problem with Backtracking Algorithm
taylorc1009/Parallel-N-Queens
Solving the N-Queens problem with OpenMP- and CUDA-implemented approaches (Edinburgh Napier University, Concurrent and Parallel Systems module coursework 2)
yatin2410/HPC_N_QUEENS
optimization and palatalization of N queens problem using openmp