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

GitHub topics: nqueens-problem-solver

taylorjg/dlxlib-demos

React/TypeScript web app to demo dlxlib - using Dancing Links (DLX) to solve puzzles like Sudoku, Pentominoes, N Queens, Draughtboard Puzzle, Ripple Effect, TetraSticks, Kakuro, Nonogram, Flow Free, Crossword

Language: TypeScript - Size: 22.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 1

Pranav2092/N-Queen-Visualizer-CPP

An N-Queen Visualizer in C++

Language: C++ - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

BaseMax/N-QueenGenetic

Solving N-Queen problem using Genetic Algorithm.

Language: C++ - Size: 562 KB - Last synced at: about 17 hours ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

eMahtab/n-queens

N Queens Problem - Explanation & Implementation

Language: Java - Size: 913 KB - Last synced at: 28 days ago - Pushed at: about 5 years 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

suklav/Artificial-Intelligence

Artificial Intelligence

Language: C++ - Size: 123 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 1 - 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

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."

Language: C++ - Size: 13.6 MB - Last synced at: 22 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

AtharvShinde2004/N-Queen_Problem_in_Python

N Queen Problem using Hill Climbing and it's variants

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MarkLee7916/N-Queens-Visualiser

Visualises the application of backtracking, brute force, and forward checking to the N-Queens puzzle.

Language: TypeScript - Size: 235 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ThomBreugelmans/nqueens-solver

Java implementation of a NQueens problem solver, this application gets a size of the NQueens problem to solve and returns how many solutions it found/are possible. Will be extended to returning a solution aswell as/instead of a number

Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

open-byte/n-queens-genetic-algorithm

Genetic Algorithm for Solving NQueens Problem

Language: Python - Size: 180 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

taylorjg/DlxLibDemos

.NET MAUI app to demo DlxLib - using Dancing Links (DLX) to solve puzzles like Sudoku, Pentominoes, N Queens, Draughtboard Puzzle, Ripple Effect, TetraSticks, Kakuro, Nonogram, Flow Free, Crossword

Language: C# - Size: 39.7 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

theabhayprajapati/nqueens-board

An Online n queens board

Language: JavaScript - Size: 772 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

MohammadAsadolahi/nQueens-problem-solved-with-evolutionary-strategy-in-python

find arrangement for n Queens in n*n board of chees using Genetic algorithms

Language: Python - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - 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: 25 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

kumarharsh13/N-Queen-Puzzle-Game

N-Queen Puzzle Game is a puzzle game based on the 8-Queen Puzzle/Problem. It is a game in which we can solve the N Queen Problem for a grid or a chessboard of size N * N.

Language: JavaScript - Size: 4.08 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

gorlandor/n-queens

A JavaScript (ES 2015) implementation of the N-Queens Problem solver.

Language: JavaScript - Size: 963 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

shubhamvernekar/N-Queens-Problem-using-Recursion-and-Backtracking

Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - 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

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

Rosi-Eliz/n-queens-problem

This repository solves the 8 Queen Puzzle on a 8x8 chess board and generalises it to a n-Queen Puzzle on n x n

Language: C++ - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

InvincibleJuggernaut/N-Queens

Solving the N Queens puzzle using backtracking algorithm

Language: Python - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lerman25/AI-Genetic-Algorithmes-Engine

A generic genetic algorithmes , with mutation, survival and mating selection. Easy to add new type of genes.

Language: Java - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

mbilalakmal/NQueen

Simple program to solve the famous N-Queen problem using backtracking.

Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ameek/Artifical_intelligence

All AI related problem solution from my course

Language: Java - Size: 11.7 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

Santi-7/NQueens

A N Queens solver using Las Vegas algorithm.

Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

carvalhojldc/NQueens

Genetic algorithm

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

Related Keywords
nqueens-problem-solver 31 nqueens-problem 19 nqueens-solution 10 python 8 genetic-algorithm 7 backtracking-algorithm 7 nqueens 6 artificial-intelligence 5 java 5 backtracking 4 cpp 4 astar-algorithm 2 recursive-algorithm 2 bfs-algorithm 2 dfs-algorithm 2 nqueens-visualisation 2 algorithm 2 nqueens-algorithm 2 game 2 n-queens-problem 2 nqueen-puzzle 2 genetics 2 genetic-algorithms 2 algorithms 2 ripple-effect-solver 2 sudoku-solver 2 tetrasticks-solver 2 typescript 2 react 2 dancing-links 2 crossword-solver 2 kakuro-solver 2 nonogram 2 dlxlib 2 puzzles 2 nonogram-solver 2 flowfree-solver 2 kakuro 2 puzzle-solver 2 pentominoes-solver 2 objective-functions 1 randomization 1 code 1 8queens-problem 1 8queens 1 huristic 1 evolution-strategies 1 maze 1 maui 1 maven 1 nested-loops 1 jupyter-notebook 1 heuristic-search-algorithms 1 randomised-algorithms 1 lasvegas-algorithm 1 executorservice 1 executor 1 concurrent-programming 1 concurrency 1 callable 1 knn 1 recursive 1 order-crossover 1 knapsack-problem 1 edge-recombination 1 chess 1 python-3 1 backtracking-search 1 web-app 1 javascript 1 gorlandor 1 giovanniorlando 1 nqueen-puzzle-game 1 dp 1 backtracking-algorithms 1 awt-gui 1 awt 1 android 1 ripple-effect 1 n-queens-completion 1 n-queens 1 n-queen 1 cpp-all 1 genetic-programming-algorithm 1 genetic-analysis 1 cpp-library 1 cpp-programming 1 genetic 1 visualizer 1 visualization 1 n-queens-visualizer 1 cpp23 1 heuristic-optimization 1 heuristic-algorithm 1 genetic-algorithm-cpp 1 back-tracking 1 artificial-intelligence-projects 1 artificial-intelligence-application 1 radixsort 1 radix-sort 1