nqueens
There are 80 repositories under nqueens topic.
ToniRV/Constraint-Satisfaction-Notebook
Example lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.
olepoeschl/NQueensFAF
Solving the N-Queens Problem.
Johnny-Knighten/hill-climbing
Hill Climbing and Hill Climbing With Random Restart implemented in Java.
thepercyj/Puzzle-Realms
Puzzle games designed to test efficiency and computation of various recursive algorithms. Developed in Django, Python and JScript.
toxyy/PHP-Genetic-Algorithms
For a class I took a few years ago, nqueens and traveling salesmen.
BaseMax/N-QueenGenetic
Solving N-Queen problem using Genetic Algorithm.
bezzad/N-Queen-GA
Solve N-Queen problem by GA in JavaScript
iamMHZ/UniversityCodes
Repository for my university codes and projects
open-byte/n-queens-genetic-algorithm
Genetic Algorithm for Solving NQueens Problem
ellietoulabi/Artificial-Intelligence-Problems
Solving some AI Problems
julienschmidt/N-Queens
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
okany/easypython
Simple python scripts solving well known programming challenge questions
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.
vlopes11/andaluz-core
nQueens solution written in Rust. Website:
40021441054102/Algorithms
Algorithm Design Course - Dr. Omid Sojoodi
Adibvafa/N_Queens
Solving the N_Queens Problem Using Various Algorithms in Python
arefbhrn/Android-nQueens
Solving 8-Queens problem using GA & BT on Android.
arnabm14/Algorithms-Codec
Essentials Algorithms are present here.
Bishalsarang/N-Queens-Visualisation
Simple Visualisation of NQueens using C++ and OpenGL
HareeshwarKarthikeyan/Amaze-Problem-n-Amazes-in-nxn-chessboard-
Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.
kumar-rishav3101/ADA
All Standard Algorithms
kunalagra/DSA-Codes
Implementations of Various Data Structures & Algorithms
m4mbo/np-complete
Solutions to NP-complete problems: N-Queens and Knight's Tour.
navidadelpour/npuzzle-nqueen-solver
Npuzzle and Nqueen solver with hill climbing and simulated annealing algorithms
NeelAPatel/NQueensSolver
Solving N Queens problem using the hill-climbing algorithm
ruan4261/nqueens-plus
N皇后 可自定义棋盘长宽与皇后数量
shashirajraja/notes
In this repository i am going to keep some of the important notes and programs which are most useful while Coding.
toshihiroryuu/nqueens---PyPI-Package
nqueens - Python Package
ZakariaYousfi/NQueens-Problem-Blind-Metaheuristics
A uni project where we implemented blind search as well as metaheuristics approches to solving the NQueens Problem.
Anoushka21/CUDA-vs-OpenMP
Comprehensive comparitive analysis of CUDA & OpenMP | Final Project for NYU-CSCI-GA.3033-025: Graphical Processing Units
mshahriarnihal/CPP_Backtracking-OOP-and-Pointer-Based-Projects
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
RokNikolic/puzzles-to-sat-converters
A few different puzzle to sat format converters.
Alogyn/alx-interview
Algorithmic solutions in Python, covering Pascal's Triangle, lockboxes, minimum operations, log parsing, UTF-8 validation, N Queens, Star Wars API, matrix rotation, making change, island perimeter, and Prime Game. Ideal for developing problem-solving skills for technical interviews.
stopdemir/N-Queens-Problem
BIL441-Artificial Intelligence-Project 2 Implementation