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

Projects in Awesome Lists tagged with nqueens-problem

A curated list of projects in awesome lists tagged with nqueens-problem .

https://github.com/denselance/hopfield-networks

Quick guide to Hopfield Networks for image restoration and NP-hard problems.

hebbian-learning hopfield-network image-restoration nqueens-problem python python3 travelling-salesman-problem

Last synced: 19 Apr 2026

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/n-roussos/parallel-programming-with-openmp

This repository lists 4 problems solved using C. Each problem has its own serial and parallel implementations. For the latter, the OpenMP API was utilized.

kmeans neural-networks nqueens-problem openmp parallel-programming simd-parallelism travelling-salesman-problem

Last synced: 05 Oct 2025

https://github.com/jojorancu/NQueen

Basically it is a solution for "N-Queen" Problem. I added mix of humor to the code. Sounds like "The King" wanted date all "The Queen" :)

algorithm go golang nqueens-problem

Last synced: 06 May 2025

https://github.com/joaobap/go-hill-climbing

N-Queens problem solution using Hill-Climbing algorithm rewritten from Common Lisp to Go (https://github.com/joaobap/clisp-hill-climbing)

go hill-climbing nqueens-problem

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/emahtab/n-queens

N Queens Problem - Explanation & Implementation

nqueens-problem nqueens-problem-solver

Last synced: 28 Mar 2025

https://github.com/abrarulhassan-hub/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: 03 Jul 2026

https://github.com/mllimo/nqueens

In this repository you will see the solutions of the classic problem "8 queens" or if you want the generic problem "N queens"

8queens javascript nqueens-problem university-project

Last synced: 21 Feb 2026

https://github.com/shivam6862/dsa-visualizer

It contains various algorithms related to sorting, graphs, trees, and General problems.

dsa-algorithm equation-solver game2048 graph-algorithms minesweeper-game nqueens-problem reactjs sorting-algorithms tree

Last synced: 13 Apr 2026

https://github.com/lloydmeta/nqueens-rs

Purely functional naive NQueens solver in Rust.

nqueens nqueens-problem rust

Last synced: 15 Jun 2026

https://github.com/shawntoubeau/nqueens-mpi

Parallel program for solving the nQueens chess problem

c mpi nqueens-problem parallel-computing

Last synced: 14 Jun 2025

https://github.com/manel15279/n-queens-solver

A Java implementation of solving the N-Queens problem using various search algorithms, including BFS, DFS, A* with different heuristics, genetic algorithm, and particle swarm optimization PSO. The project utilizes Java and JavaFX for the user interface.

astar-algorithm bfs dfs genetic-algorithm java javafx nqueens-problem pso-algorithm

Last synced: 06 Oct 2025

https://github.com/dleedev365/aima_python_practices

[CMPT 310: Artificial Intelligence Survey] N-Queens Problem, CSP problem, Minisat, Min-Conflicts, Hill-Climbing Search, Backtracking Search

aima-python backtracking csp-problem hill-climbing min-conflict nqueens-problem

Last synced: 14 Aug 2025

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/miladnouriezade/genetic-algorithm-app

this is my AI course final project, a genetic algorithm iOS app for solving N-Queen problem written in swift with Charts pod for drawing the best fitness and average fitness in every genearation

charts genetic-algorithm genetics ios nqueens-problem swift-3

Last synced: 14 Mar 2026

https://github.com/coderkun12/ai-algorithms

This repository contains codes for implementing Constraint satisfaction, A-star algorithm, hill-climb algorithm, BFS, DFS, Best first search, Magic square, Tic-Tac-Toe using magic square and the classic N-Queens problem

8puzzle astar-algorithm bestfirstsearch breadth-first-search citydistanceproblem cryptoarithmetics depth-first-search graphcoloring hillclimbingalgorithm magicsquare minimax-algorithm nqueens-problem pathfinding robotnavigation tic-tac-toe waterjugproblem

Last synced: 19 Mar 2025

https://github.com/eocode/queens

The N Queens problem with Flask, SQLAlchemy, Docker and Pytest

flask nqueens-problem pytest python software-engineering sqlalchemy travis

Last synced: 27 Apr 2026

https://github.com/mchaver/nqueens-java

A solution for N-Queens and No-three-in-line in Java

gradle nqueens-problem

Last synced: 09 May 2026

https://github.com/nstdio/nqueens

Solution for N queens problem.

backtracking nqueens-problem

Last synced: 11 Aug 2025

https://github.com/fabienbounoir/8-queens-problem

♟️This website allows you to visualize, understand, and solve the N-queens problem interactively. I created this project because I was fascinated by the mathematical elegance of this classic problem and wanted to create a visual tool to better understand and share it.

8queens-problem backtracking educational nqueens-problem scss sveltekit

Last synced: 09 May 2026