GitHub topics: nqueens-solution
BaseMax/N-QueenGenetic
Solving N-Queen problem using Genetic Algorithm.
Language: C++ - Size: 562 KB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

Adibvafa/N_Queens
Solving the N_Queens Problem Using Various Algorithms in Python
Language: Python - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jbkalit/NQueen
Find best state using Backtracking, Forward Checking, Genetic Algorithm "Artificial Intelligent"
Language: Java - Size: 171 KB - Last synced at: 9 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Sumant3086/N-Queen-Visualizer
Visualizer for solving the N-Queens problem using backtracking with real-time visualization on a dynamic chessboard grid.
Language: Java - Size: 4.45 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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
Language: C++ - Size: 5.26 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

julienschmidt/N-Queens
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
Language: Java - Size: 8.79 KB - Last synced at: 26 days ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

arnabm14/Algorithms-Codec
Essentials Algorithms are present here.
Language: C - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

akshaybahadur21/NQueen
An Nqueen algorithm for humans 👸
Language: Java - Size: 274 KB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

Abrarulhassan-786/n-Queen-Problem
The solution is [3,1,2,4]. The first queen should be placed in the 1st row 3rd column, the second queen should be placed in 2nd row 1st column, the third queen should be placed in 3rd row 2nd column and finally, the 4rth queen should be placed in 4rth row 4rth column.
Language: Python - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

open-byte/n-queens-genetic-algorithm
Genetic Algorithm for Solving NQueens Problem
Language: Python - Size: 180 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

paulojunqueira/N-Queen-Problem-Evolutionary-Algorithm
A evolutionary algorithm to solve the N queen problem
Language: Python - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Annas-Furquan-Pasha/NQueens
Backtracking
Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

alfred100p/N-Queens-Problem-Solver
A C++ Implementation of a CSP to solve the N queens problem showing all possible arrangements for any N( integer)
Language: C++ - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

HxnDev/8-Queen-Problem-Solver-in-Python
The 8-queens problems asks us to place 8 queens on a chessboard so that no two can capture one another; that is, no two are on the same row, column, or diagonal.
Language: Python - Size: 68.4 KB - Last synced at: 29 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

Daymenion/N-Queens-Problem-Using-Hill-Climbing-with-Random-Restart
N (8) Queens Problem Using Hill Climbing with Random Restart
Language: C++ - Size: 269 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hallaji/n-queens
N-Queens Solution With Genetic Algorithms
Language: Matlab - Size: 145 KB - Last synced at: over 1 year ago - Pushed at: almost 10 years ago - Stars: 4 - Forks: 0

garrou/n-queens
n queens problem solved with Python
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MichaelHolley/NQueensProblem
Solution of the n-Queens-Problem
Language: Java - Size: 1.95 KB - Last synced at: 20 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Bishalsarang/N-Queens-Visualisation
Simple Visualisation of NQueens using C++ and OpenGL
Language: C++ - Size: 310 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hunain-saeed/N-Queen-Problem-AI
Solved n-queen problem using Python programming language.
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

paiganesh/algorithmlab
Algorithms Lab Programs using Java
Language: Java - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

christykmathew/N-Queens
N-Queens solution using BackTracking
Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

17BIT0216/ALGORITHMS
Language: Java - Size: 78.1 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

anirudhbagri/N-Queens-With-Variable-Starting-Point
Solve N queens using backtracking.
Language: C++ - Size: 1.95 KB - Last synced at: 6 days ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

marcpaul97/Most-Least-Constrained-Constraining-variables
This program shows us how to use the most constraining variable, most constrained variable, least constraining variable, and least constraining variable in python! We also solve N-Queens.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vitorebatista/n-queens-mpi
Language: C - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

AshishYUO/nqueens Fork of Ashish12324/nqueens
N-Queens using Backtracking and Branch and Bound
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

PankajJ08/DataStructure
Common data structures and algorithms in python.
Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

SanthoshKR93/The_N_Queens_Puzzle
N Queens Puzzle - solutions using Permutations and Backtracking
Language: JavaScript - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mmaithani/daa-assignment
for now writng python code for n queeen problem
Language: Python - Size: 1.2 MB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

ameek/nondeterministic_-algorithm-_-performance
With java developed 8 queen problem sollution and compared different nondeterministic algorithms performance
Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

TasfiqulGhani/NQueensProblem
NQueensProblem using backtracking .Here it is N*N board for N queens .User will put the input N.
Language: Python - Size: 3.33 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

propol/N-Queens-Problem
My algorithm for the solution of the N-Queens problem using concurrency
Language: Java - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
