An open API service providing repository metadata for many open source software ecosystems.

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

Related Keywords
nqueens-solution 33 nqueens-problem 24 nqueens-problem-solver 10 nqueens 9 python 8 java 8 backtracking-algorithm 7 backtracking 5 n-queens 4 genetic-algorithm 4 cpp 4 bfs-algorithm 3 artificial-intelligence 3 dfs-algorithm 3 ai 3 algorithms 3 8queens 3 n-queens-problem 3 hill-climbing-algorithm 2 8-queens-problem 2 algorithm 2 queens-puzzle 2 chessboard 2 bfs 2 n-queens-completion 2 8queens-problem 2 code 2 dfs 2 8queens-algorithm 2 python3 2 backtracking-search 1 generic 1 queens-problem 1 nqueen-problem 1 matlab 1 random-restarts 1 random-restart 1 machine-learning-algorithms 1 machine-learning-algorithm 1 machine-learning 1 hill-climbing-search 1 hill-climbing 1 8-queens 1 8-queen-problem 1 objective-functions 1 csp 1 executorservice 1 executor 1 concurrent-programming 1 concurrency 1 callable 1 nondeterministic 1 8queen 1 javascript 1 warnsdorff 1 knight-tour-puzzles 1 knight-tour 1 mpi 1 hacktoberfest 1 zembretti 1 tree-structure 1 thread 1 stack 1 queue 1 heap 1 algorithms-java 1 algorithms-implemented 1 algorithms-and-data-structures 1 python-3 1 sorting-algorithms 1 search-algorithm 1 graph-algorithms 1 nqueens-visualisation 1 dynamic-programming 1 dynamic 1 csci211 1 cpppuzzle 1 cplusplus 1 swing-gui 1 swing 1 recursive-algorithm 1 recursion 1 dp 1 backtracking-algorithms 1 awt-gui 1 awt 1 android 1 simulated-annealing-algorithm 1 random-search-algorithm 1 nqueens-algorithm 1 n-queen 1 genetics 1 genetic-programming-algorithm 1 genetic-analysis 1 genetic-algorithms 1 genetic 1 constraint-satisfaction-problem 1 evolutionary-algorithms 1 programming-language 1 programming 1