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/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/hassan11196/ai-assignments
AI Assignments - FAST NUCES (Karachi) - CS401 - Spring 2020
ai artificial-intelligence genetic-algorithm graph-algorithms jupyter jupyter-notebook kmeans-clustering naive-bayes-classifier networkx nqueens-problem python rapidminer search-algorithm
Last synced: 08 Sep 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: 07 Jul 2026
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/vitorebatista/n-queens-mpi
mpi nqueens-problem nqueens-solution
Last synced: 15 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/bhargav-joshi/advanced-algorithms-problems
Advanced Algorithms Problems | Engineering
all-pairs-shortest-path knapsack-problem lcs nqueens-problem
Last synced: 09 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/ap-atul/nqueens-problem
NQueen problem solved using Simple Hill and Restart Climbing Heuristic Algorithm
artificial-intelligence heuristic-search-algorithms hill-climbing-search iterative-hill-climber nqueens-problem queens-puzzle random-restart simple-hill-climbing
Last synced: 26 Jul 2025
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/alexzajac/constraint-programming
Constraint programming in python.
constraint-satisfaction-problem nqueens-problem python sudoku
Last synced: 28 Mar 2025
https://github.com/koukyosyumei/myoptimizer
Implementations of popular optimization & search algorithms
astar astar-algorithm astar-pathfinding astar-search astar-search-algorithm backtracking backtracking-algorithm backtracking-search localsearch localsearch-tsp nqueens nqueens-problem tsp tsp-problem
Last synced: 13 Jun 2026
https://github.com/lloydmeta/nqueens-rs
Purely functional naive NQueens solver in Rust.
Last synced: 15 Jun 2026
https://github.com/michaelholley/nqueensproblem
Solution of the n-Queens-Problem
nqueen-problem nqueens-problem nqueens-solution queens-problem
Last synced: 10 Apr 2025
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/jelhamm/n-queens-puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
artificial-intelligence artificial-intelligence-application artificial-intelligence-projects back-tracking cpp genetic-algorithm genetic-algorithm-cpp genetic-algorithms genetics heuristic-algorithm heuristic-optimization heuristic-search-algorithms jupyter-notebook nested-loops nqueens-algorithm nqueens-problem nqueens-problem-solver python
Last synced: 07 May 2026
https://github.com/mchaver/nqueens-java
A solution for N-Queens and No-three-in-line in Java
Last synced: 09 May 2026
https://github.com/vvkmnn/nqueenai
An N-queen's problem.
artificial-intelligence constraint-propagation jupyter nqueens-problem python3
Last synced: 09 May 2026
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