Projects in Awesome Lists tagged with nqueens-solution
A curated list of projects in awesome lists tagged with nqueens-solution .
https://github.com/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.
8queens 8queens-problem code nqueens-problem nqueens-problem-solver nqueens-solution objective-functions python
Last synced: 07 May 2025
https://github.com/basemax/n-queengenetic
Solving N-Queen problem using Genetic Algorithm.
cpp genetic genetic-algorithm genetic-algorithms genetic-analysis genetic-programming-algorithm genetics n-queen n-queens n-queens-completion n-queens-problem nqueens nqueens-algorithm nqueens-problem nqueens-problem-solver nqueens-solution
Last synced: 14 Oct 2025
https://github.com/open-byte/n-queens-genetic-algorithm
Genetic Algorithm for Solving NQueens Problem
algorithm genetic-algorithm nqueens nqueens-problem nqueens-problem-solver nqueens-solution python
Last synced: 26 Oct 2025
https://github.com/julienschmidt/n-queens
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
challenge java n-queens nqueens nqueens-problem nqueens-solution
Last synced: 03 Apr 2025
https://github.com/vitorebatista/n-queens-mpi
mpi nqueens-problem nqueens-solution
Last synced: 15 Oct 2025
https://github.com/adibvafa/n_queens
Solving the N_Queens Problem Using Various Algorithms in Python
8-queens-problem genetic-algorithm hill-climbing-algorithm n-queens-problem nqueens nqueens-solution python random-search-algorithm simulated-annealing-algorithm
Last synced: 21 Jan 2026
https://github.com/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.
ai algorithm algotrading artificial-intelligence code nqueens-problem nqueens-solution programming programming-language queens-puzzle
Last synced: 17 Mar 2025
https://github.com/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
8queens 8queens-algorithm backtracking backtracking-algorithm cplusplus cpp cpppuzzle csci211 dynamic dynamic-programming dynamicmemorymanagement nqueens nqueens-solution object-oriented-programming oop-in-cpp pointer puzzle stable-marriage towers-of-hanoi vector
Last synced: 05 Jun 2026
https://github.com/mmaithani/daa-assignment
for now writng python code for n queeen problem
chessboard nqueens-problem nqueens-solution python python3
Last synced: 15 Jul 2025
https://github.com/anirudhbagri/n-queens-with-variable-starting-point
Solve N queens using backtracking.
hacktoberfest nqueens-solution
Last synced: 10 Jun 2025
https://github.com/michaelholley/nqueensproblem
Solution of the n-Queens-Problem
nqueen-problem nqueens-problem nqueens-solution queens-problem
Last synced: 10 Apr 2025