An open API service indexing awesome lists of open source software.

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/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/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