n-queens-problem
There are 121 repositories under n-queens-problem topic.
RaminSaljoughinejad/Python-3.0-Course
Python 3.x - Numpy - Matplotlib - Pandas - MySQL - etc.
waqqasiq/n-queen-problem-using-genetic-algorithm
Solving N-Queen problem using Genetic Algorithm
vitorverasm/ai-nqueens
This is a n-queen problem solver using local search algorithms.
biqar/puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
brunocampos01/inteligencia-artificial
Aulas e exercícios da matéria: Sistemas inteligentes (INE5633).
FarzadForuozanfar/Cpp_Cource_Ex
Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics
suaebahmed/algorithms-visualizer
A React-based interactive tool for visualizing algorithms like pathfinding, sorting, spiral primes, and the N-Queen problem. Built entirely without UI libraries.
olepoeschl/NQueensFAF
Solving the N-Queens Problem.
amirkabiri/n-queens-simulator
N-Queens problem simulator with backtracking and genetic algorithm using javascript
disha2sinha/Data-Structures-and-Algorithms
CPP codes for some popular algorithms
abdosharaf9/N-Queens-Project
College project to solve N-Queens Problem using Genetic Algorithms.
khaykingleb/stochastic-optimization-methods
Simulated Annealing, Particle Swarm Optimization, and Genetic Algorithm applications
leonamtv/FGA-N-Rainhas
Full Genetic Algorithm para resolver o problema das N-rainhas
BaseMax/N-QueenGenetic
Solving N-Queen problem using Genetic Algorithm.
bezzad/N-Queen-GA
Solve N-Queen problem by GA in JavaScript
concision/n-queens
Solving the n-queens chessboard problem using DEAP evolutionary algorithms and genetic programming.
mr-rjh3/N-Queens-Solver
React app that solves the N-Queen puzzle in your browser using the minimum conflicts algorithm.
RitamChakraborty/n_queen_visualization
N-Queen problem visualization in react
SeyedMuhammadHosseinMousavi/n-Queen-BBO
Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm
Guillaume-Helbecque/GPU-accelerated-tree-search-Chapel
GPU-accelerated tree-search: Investigating Chapel versus CUDA/HIP+X
michihosokawa/NN_Hopfield
ホップフィールドネットワークで解くN-Queen
rhalbersma/zed
Z3-Python scripts to solve N-queens type puzzles on a Stratego board
Sanikakadamm/AI-TYBSCIT
Practicals from sem 5 of bsc IT,Third year
Sushavan20/Data-Structure-and-Algorithm
Data Structure & Algorithm 4th Sem
AcoranGonzalezMoray/Algoritmo-N-Queens-Fuerza-Bruta
Resolución del problema N-Queens mediante fuerza bruta con un iterador de combinaciones
Adibvafa/N_Queens
Solving the N_Queens Problem Using Various Algorithms in Python
Ankit2004tiwari/DSA-Problem-Set-1
DSA Interview Prep: A comprehensive collection of Data Structures and Algorithms (DSA) interview problems and their solutions, designed to help candidates prepare effectively for technical interviews. This repository includes a variety of problems and solutions in multiple programming languages, making it a valuable resource for software engineers.
cks524/QED2022
Domino Tiling an N-Queens Chessboard
emanuelcatao/genetic_algorithm_queens
Genetic Algorithm for the N-Queens Problem \ Note: PWA available
ishaanSh06/n-queens
The shortest way solution to the n-queens question | 8x8 board
Man2Dev/N-Queen
Emulator of the N-Queens problem
mattgianni/rusty_queens
A simple project while learning Rust - a solution to the n-queens problem
Rafael-Anguiano/Web-Queens
Algorithm to place N queens on said N×N chessboard so that no two queens threaten each other.
SameetAsadullah/N-Queen-Problem-Using-Hill-Climbing
N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language
SameetAsadullah/N-Queen-Problem-Using-Simulated-Annealing
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language