eight-queens-puzzle
There are 31 repositories under eight-queens-puzzle topic.
davecom/SwiftCSP
A Constraint Satisfaction Problem Solver in Pure Swift
sblendorio/queens-cpm
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
attogram/EightQueens
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the class math puzzle. Built in React with Chessboard.jsx
N1ghtF1re/Eight-queens-puzzle
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.
AceAtDev/Eight-Queens-Recursion
A fully recursive algorithm to solve eight queens' problem
MaxJuniorr/eight-queens-puzzle
This repository contains a solution to the classic Eight Queens Puzzle, a combinatorial problem where the objective is to place eight queens on a standard chessboard (8x8) so that no two queens threaten each other. This means that no two queens can share the same row, column, or diagonal.
Al-rimi/Algorithm-design
algorithm design projects focused on fundamental algorithms, including their specifications, approaches, and implementations in C/C++.
EXL/8-Queen-Problem
A simple visualization of the solution to the eight queens puzzle using OpenGL and Qt.
Ookami4/8-Queens-Problem
La résolution du problème de 8 reines avec l'algorithme HillClimbing
BaseMax/EightQueensPuzzlePHP
A PHP implementation of the Eight Queens Puzzle, using a backtracking algorithm.
Dana94/eight-queens-puzzle
Eight queens puzzle
Millennium-stack/eight-queens
This is the very famous Eight Queens problem.
vicente-santacoloma/usb-eight-queens-puzzle
Simón Bolívar University - CI3825 - Operating Systems I - Eight Queens Puzzle
agarwalrohan189/Improved-Genetic-Algorithm-for-Eight-Queens-Problem
An easy implementation of the Genetic Algorithm for the Eight Queens Problem and some improvements to the basic design for faster convergence to a possible solution. The project also offers a short comparative study on the performance of the two versions of algorithms and possible reasons for the same.
akngw/eight-queens
Eight Queens Puzzle in Neo4j
AndevBlanco/Eight-queens-puzzle
Eight queens puzzle in C++
DariaFedo/Artificial_Inteligence_programs
AI programs included in this project - README for more information
Germax26/n-queens
Solver for the N-Queens problem
karthikeyan-ramachandran-git/eight-queens-puzzle
Solution to Eight queens puzzle using genetic algorithm in Python
randy-riegsecker/EightQueens
Eight Queens Puzzle Game - Android App
saamiberk/Eight-Queens-Problem-using-Hill-Climbing-GUI
Solving and GUI demonstration of Eight-Queens Problem using Hill Climbing
thcls/Eight-queens-puzzle-AI
Implementação do algoritmo genético e da subida de encosta para a resolução do problema das 8 rainhas.
BaseMax/EightQueensPuzzleC
A C implementation of the Eight Queens Puzzle, using a backtracking algorithm.
DEsimas/eight-queens-puzzle
Windows application for finding all solutions for n queens puzzle, where n is size of the board.
fbasatemur/Eight_Queens_Puzzle
Solution of 8 queen problems with heuristic repair method.
furkanisitan/c-programming-sample-codes
Sample demos for C programming
Myrmillion/L-Queen
Master MSE / Paradis : Use of parallel and distributed computing in order to solve a generalized version of the "eight queens puzzle" problem.
Sevla8/Eight-Queens-Puzzle
Eight Queens Puzzle issue
shwetamustare/Eight-Queens
The eight queens problem statement dictates placement of eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal. This code is using Python to resolve the problem.
timbo-rafa/c-allegro-eight-queens
brute force solution to Eight Queens Puzzle