Ecosyste.ms: Repos

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

GitHub topics: n-queens

UdayJaju24/AI-Lab

AI mini projects

Language: Java - Size: 82 KB - Last synced: about 19 hours ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

AliRn76/N-Queens

N Queens Problem

Language: C++ - Size: 434 KB - Last synced: 8 days ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

Anduis/N-Queens

Solving the N-Queens problem using Local Beam and BFS

Language: Java - Size: 2.93 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 0 - Forks: 0

zianwar/nqueens

Solution for the N-Queen problem

Language: Go - Size: 4.88 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

BaseMax/NQueensPromisingC

This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.

Language: C - Size: 29.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/N-QueenGenetic

Solving N-Queen problem using Genetic Algorithm.

Language: C++ - Size: 562 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

PedroAlvesV/N-Queens

N-Queens Problem solver with LÖVE

Language: Lua - Size: 105 KB - Last synced: 2 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

Rafael-Anguiano/Web-Queens

Algorithm to place N queens on said N×N chessboard so that no two queens threaten each other.

Language: JavaScript - Size: 762 KB - Last synced: 28 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Guillaume-Helbecque/GPU-accelerated-tree-search-Chapel

GPU-accelerated tree-search in Chapel

Language: Chapel - Size: 199 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 1

FarzadForuozanfar/Cpp_Cource_Ex

Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics

Language: C++ - Size: 13.1 MB - Last synced: 18 days ago - Pushed: about 2 years ago - Stars: 10 - Forks: 1

abhyuday1212/Prolog-Programs

In this repository, you'll find Prolog code covering a range of questions, all designed to aid your learning journey.

Language: Prolog - Size: 30.2 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

ahmadalashtar/n-queens

An N-Queens solver implemented using a genetic algorithm, providing efficient heuristic solutions for the N-Queens problem.

Language: Python - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ainy-rehman/GeneticAlgorithmForN-Queen

This Python code solves the N-Queens problem using a genetic algorithm. The goal is to place N chess queens on an N×N chessboard so that no two queens can attack each other. The algorithm trying different queen arrangements over many generations, selecting the best ones, mixing them up, and occasionally making small changes (mutations).

Language: Jupyter Notebook - Size: 11.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

Man2Dev/Algorithms-Design-course

Some of my Algorithms Design projects

Language: Java - Size: 71.5 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

NowItMakesSense/n-queen

Language: JavaScript - Size: 189 KB - Last synced: 5 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

JohnWill14/n-queen-problem

problema n-rainhas usando técnicas de satisfação de restrições

Language: Java - Size: 2.03 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

07Agarg/Course_Programming_Assignments

My Solutions to Programming Assignments of Artificial Intelligence, Machine Learning and Digital Image Processing

Language: Python - Size: 152 MB - Last synced: 5 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

Rafael-Anguiano/N-Queens

Place N queens on said N×N chessboard so that no two queens threaten each other.

Language: JavaScript - Size: 20.4 MB - Last synced: 28 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

James-P-D/NQueens

N-Queens solver in Common Lisp

Language: Common Lisp - Size: 3.33 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

jdswalker/N-Queens_Problem

N-Queens problem solvers and solution counters implemented using a constrained DFS algorithm

Language: C - Size: 374 KB - Last synced: 16 days ago - Pushed: over 6 years ago - Stars: 5 - Forks: 4

shaniadicen/n-queens-ai

A java program that solves the n-queens puzzle using Hill Climbing and Random Restart algorithm in Artificial Intelligence.

Language: Java - Size: 4.88 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 1

leonamtv/FGA-N-Rainhas

Full Genetic Algorithm para resolver o problema das N-rainhas

Language: Python - Size: 239 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 5 - Forks: 0

Silver-Gen/n-Queens

cpp Implementation of n-Queens problem

Language: C++ - Size: 6.84 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Marsetex/n-queens-problem

App to solve the n-queens problem

Language: C - Size: 17.2 MB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Sanikakadamm/AI-TYBSCIT

Practicals from sem 5 of bsc IT,Third year

Language: Python - Size: 19.5 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

Germax26/n-queens

Solver for the N-Queens problem

Language: Python - Size: 24.4 KB - Last synced: 9 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

AI-14/nqueens-astar-genetic-algorithm

N-Queens GUI solver using A* (A-Star) and Genetic Algorithm.

Language: Python - Size: 1.71 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 6 - Forks: 1

snehalvartak/AI-as-Search

Language: Python - Size: 7.81 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

rayanf/N-Queens-Memetic-Algorithm

Solving N-Queens problem by implementing Memetic Algorithm.

Language: Jupyter Notebook - Size: 275 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

MatiasBrizzio/N-AI

🧩 Solver for N-Puzzle & N-Queens using Genetic Algorithms, A*, and more in Python

Language: Python - Size: 330 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

Zalez95/n-queens

Solucion al problema de las N-Reinas en Python para mi asignatura de Algoritmos y Computación (Universidad de Valladolid)

Language: Python - Size: 785 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 1

Haydart/NQueensProblem

Project focuses on optimised implementation of Backtracking and Forward Checking algorithms in order to find all solutions of the N Queens problem

Language: Java - Size: 32.2 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 3 - Forks: 0

NxSaken/clisp-search-algorithms

My solutions to assignments for an Artificial Intelligence class (2018)

Language: Common Lisp - Size: 4.88 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ltfschoen/AIND-Constraint_Satisfaction

Term 1 Lab 9 (Optional) by Luke Schoen for Udacity Artificial Intelligence Nanodegree (AIND)

Language: Jupyter Notebook - Size: 188 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

stephenrawson/udacity-ai-nanodegree

My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).

Language: Jupyter Notebook - Size: 3.81 MB - Last synced: 10 months ago - Pushed: almost 7 years ago - Stars: 9 - Forks: 7

xuab/n-queens 📦

The N queens problem

Language: JavaScript - Size: 17.6 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

jamilr/learn-python

Learning Python

Language: Python - Size: 34.2 KB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

Kyriakos-Bekas/n-queens-ai

N-Queens Problem Solution with Genetic Algorithm in Java

Language: Java - Size: 7.81 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

adithya3403/DAA

daily codes

Language: Java - Size: 137 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 2

ILoveBacteria/n-queens

An implementation of genetic algorithm to solve the n-queens problem

Language: Python - Size: 1000 Bytes - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

mtresnik/intel

A machine learning library for kotlin JVM.

Language: Kotlin - Size: 839 KB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Jihad82/Artificial-intelligence-Lab

This repository contains programs implemented in the field of Artificial Intelligence.

Language: Jupyter Notebook - Size: 147 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

rachihyeon/N-queen-problem

N-queen문제 코드와 코드분석

Language: Jupyter Notebook - Size: 150 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

SeyedMuhammadHosseinMousavi/n-Queen-BBO

Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm

Language: MATLAB - Size: 6.84 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 0

hassanzadehmahdi/N-Queen-Problem-using-Genetic-Algorithm

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

Language: Python - Size: 13.7 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 3 - Forks: 6

kuznya/8queens-mysql

8 queens problem MySQL solution

Size: 1000 Bytes - Last synced: 12 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

kuznya/8queens-py

Short 8 queens problem solution. Python

Language: Python - Size: 2.93 KB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

danishjavedcodes/AI-Algorithms

Language: Jupyter Notebook - Size: 424 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

yasaminaali/AI-Project

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

rizquuula/nqueenplay

N-Queens puzzle player. This tool will generate randomly or randomly locked puzzle, you may use this as "a boxing bag" to practice problem solving algorithm.

Language: Python - Size: 45.9 KB - Last synced: 8 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

alexfdez1010/n_queens

An efficient implementation for solving the n-queens problem written in Rust

Language: Rust - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

faithdanghuy/N-Queens

N-Queens problem with UCS, A* and Genetic Algorithm

Language: Python - Size: 2.93 KB - Last synced: 11 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

selimfirat/ai-n-queens

Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.

Language: Java - Size: 710 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 35 - Forks: 11

stefanhuber/n-queens-problem

Demonstrate different local search algorithms applied to the 8-queens problem.

Language: Python - Size: 16.6 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

MohamedMahmoudHassan/Backtracking-Visualizer

Visualization of some standard problems solved by Backtracking

Language: JavaScript - Size: 908 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 26 - Forks: 5

pl3onasm/N-queens

Language: Python - Size: 575 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

roman91DE/n-Queens-Solver

C++ Console Application for solving n-Queens Problems

Language: C++ - Size: 46.9 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

erohkohl/n-queens-sat

Modelling n-queens problem as conjunctive normal form and solving it with DPLL algorithm. This project should made me familiar with Rust and the test driven approach.

Language: Rust - Size: 16.3 MB - Last synced: 6 days ago - Pushed: almost 7 years ago - Stars: 7 - Forks: 1

saullo/PUC_TDS_Backtracking

Resolving N queens problem with Backtracking Algorithm

Language: Java - Size: 11.6 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 1

kamoloff/N-Queen-Puzzle-Knights-Tour

Solution for both N Queens Puzzle and Knight's Tour (with GUI)

Language: Java - Size: 158 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 6 - Forks: 3

AMSaiian/AlgorithmDesign

Implementations of useful algorithms

Language: C++ - Size: 7.92 MB - Last synced: 6 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

SadraSamadi/n_queens

Solving N-Queens problem by DFS & BFS in Python.

Language: Python - Size: 35.2 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 12 - Forks: 12

arruw/fri-1920-ara-01-sat 📦

Approximation and randomized algorithms - Assignment 01 - SAT

Language: Python - Size: 462 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

FrozenVoid/NQ.c 📦

Fast N-Queens Puzzle solver

Language: C - Size: 490 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mr-rjh3/N-Queens-Solver

React app that solves the N-Queen puzzle in your browser.

Language: JavaScript - Size: 710 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

frasalvi/n_queens_mcmc

Solving the N-queens problem via the Metropolis algorithm

Language: Jupyter Notebook - Size: 1.32 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

minailkhani/Some-Bio-Inspired-Algorithms-Projects

Language: Jupyter Notebook - Size: 2.53 MB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

ridwant/Extended-N-Queen

Extended N-Queen Problem with Hill Climbing and Simulated Annealing

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

AidenHadisi/8Queens-vs-AI

Solves n-Queens problem using a genetic algorithm.

Language: TypeScript - Size: 226 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

SadraSamadi/nqueens-by-sga

Solving N-Queens problem by Simple Genetic Algorithm in Python.

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

Thomasc33/8-Queens

A java implementation of the 8(n)-queens game solved using a hill-climbing algorithm

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

Thomasc33/N-Queens

A javascript implementation of the N-Queens problem solved using hill-climbing search algorithm

Language: JavaScript - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vitorverasm/ai-nqueens

This is a n-queen problem solver using local search algorithms.

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 13 - Forks: 11

LazoCoder/N-Queens-Problem

Placing N chess queens on an NxN chessboard so that no two queens threaten each other.

Language: Java - Size: 215 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 9 - Forks: 1

MericLuc/ecv-queens

ECV Application : N Queens

Language: C++ - Size: 1.28 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

marcoperg/n-queens

Various implementations for the n-queens problem

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

lfduh/N-Queens

Language: C# - Size: 21.5 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vinita84/Artificial-Intelligence

This repository includes my solutions to some difficult AI problems. All the solutions have been implemented in Python.

Language: Python - Size: 7.26 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

SameetAsadullah/N-Queen-Problem-Using-Simulated-Annealing

N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

SandeepKrSuman/n-queens

Visualize the famous N-Queens problem 👑

Language: JavaScript - Size: 2.82 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

manasesjesus/pthreads

Parallel Computing with Pthreads

Language: C - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 6 - Forks: 3

SameetAsadullah/N-Queen-Problem-Using-Hill-Climbing

N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language

Language: Python - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

sajjadghorbani80/N-Queens-Algorithm

Huffman Algorithm implement using Asp.net Core and Blazor

Language: HTML - Size: 191 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

taylorc1009/Parallel-N-Queens

Solving the N-Queens problem with OpenMP- and CUDA-implemented approaches (Edinburgh Napier University, Concurrent and Parallel Systems module coursework 2)

Language: C++ - Size: 134 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

piyushraj707/N-Queens

Provide an arrangement of N queens and the program will tell if the provided arrangement satisfies the N-queen arrangement.

Language: C++ - Size: 6.84 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Durfan/N-Queens

Exercício: N Queen Problem / Backtracking

Language: C - Size: 32.2 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

FaisalAlzahrani/n-queens-genalg

An implementation of the genetic algorithm on the n-queens problem.

Language: JavaScript - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Daymenion/N-Queens-Problem-Using-Hill-Climbing-with-Random-Restart

N (8) Queens Problem Using Hill Climbing with Random Restart

Language: C++ - Size: 269 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

hallaji/n-queens

N-Queens Solution With Genetic Algorithms

Language: Matlab - Size: 145 KB - Last synced: 10 months ago - Pushed: almost 9 years ago - Stars: 4 - Forks: 0

mabdollahiasl/Mab.NeuralNetwork

Mab.NeuralNetwork is set of simple class written in VB.NET for AI processing, like perceptron and GA and so on.

Language: Visual Basic .NET - Size: 20.5 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Dfmaaa/N-queens-problem

I solved the N queens problem, this is my first try, maybe I'll optimize

Language: Java - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

NekSfyris/Simulated-Annealing-Min-Conflicts_N_Queens

Implementation of the N-Queens problem by using Simulated Annealing as a local search algorithm and Min Conflicts as the CSP (Constraint Satisfaction Problem) algorithm.

Language: Python - Size: 13 MB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

concision/n-queens

Solving the n-queens chessboard problem using DEAP evolutionary algorithms and genetic programming.

Language: Jupyter Notebook - Size: 1.26 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

Carleslc/Puzzles

Different puzzles to think and enjoy programming.

Language: Python - Size: 2.67 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

yatin2410/HPC_N_QUEENS

optimization and palatalization of N queens problem using openmp

Language: Python - Size: 7.96 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 2 - Forks: 1

farkoo/N-Queen-Genetic-Algorithm

Solve the N-Queen problem using the genetic algorithm

Language: C - Size: 25.4 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

ahmedanwar1/n-Queens

solving n-queens problem using JavaScript

Language: JavaScript - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

tjfy1992/Eight-Queen

A java solution to the Eight Queen(N Queen) problem

Language: Java - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 3 - Forks: 1

rezarasuolzadeh/queens

Solve n-queens problem easily

Language: Kotlin - Size: 40.9 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

feknall/n-queens-algorithms

Implementation of famous search algorithms for the N-Queen problem.

Language: Python - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Related Keywords
n-queens 136 n-queens-problem 35 genetic-algorithm 27 python 24 artificial-intelligence 19 backtracking 15 ai 14 simulated-annealing 14 hill-climbing 11 cpp 10 algorithms 10 8-queens 10 nqueens-problem 10 bfs 9 algorithm 9 java 8 python3 8 dfs 8 nqueens 8 javascript 8 n-queen 7 constraint-satisfaction-problem 7 hill-climbing-search 6 c 6 backtracking-algorithm 6 dfs-algorithm 6 8-queen-problem 5 8-queens-problem 5 a-star-algorithm 5 optimization 5 8queens 5 hill-climbing-algorithm 4 queens 4 react 4 chess 4 recursion 4 iterative-deepening-search 4 bfs-algorithm 4 n-queens-completion 4 nqueens-solution 4 backtracking-search 3 ucs 3 parallel-computing 3 breadth-first-search 3 jupyter-notebook 3 knight-tour 3 random-restart 3 visualization 3 depth-first-search 3 queens-puzzle 3 evolutionary-algorithms 3 reactjs 3 prolog 3 csp 3 eight-queen-problem 3 search-algorithm 3 pycharm-ide 2 common-lisp 2 min-conflict 2 pycharm 2 bfs-search 2 c-plus-plus 2 mergesort 2 math 2 university-project 2 kotlin 2 matlab 2 machine-learning 2 dfs-search 2 quicksort 2 sorting-algorithms 2 8queens-problem 2 8queens-algorithm 2 constraint-programming 2 n-rooks 2 knapsack 2 graph-coloring 2 data-structures 2 knight-problem 2 knight-tour-puzzles 2 nqueens-algorithm 2 a-star 2 sudoku-solver 2 ia 2 genetic-algorithms 2 genetic 2 queens-problem 2 heuristic-search-algorithms 2 hanoi 2 graph-algorithms 2 alpha-beta-pruning 2 artificial-intelligence-algorithms 2 heuristics 2 water-jug-problem 2 tower-of-hanoi 2 openmp 2 metaheuristics 2 rust 2 queen 2 beam-search 2