Ecosyste.ms: Repos

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

GitHub topics: nqueens-problem

AP-Atul/NQueens-Problem

NQueen problem solved using Simple Hill and Restart Climbing Heuristic Algorithm

Language: Python - Size: 4.88 KB - Last synced: 13 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

kubista9/ADS1

Advanced Data and Algorithms - 4th semester

Language: Java - Size: 467 KB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

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" :)

Language: Go - Size: 10.7 KB - Last synced: 21 days ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 0

bhargav-joshi/Advanced-Algorithms-Problems

Advanced Algorithms Problems | Engineering

Language: C - Size: 5.86 KB - Last synced: 23 days ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

hamid-ng/n-queen-genetic-algorithm

Solving N-Queen problem using Genetic Algorithm

Language: Java - Size: 328 KB - Last synced: 29 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

akshaybahadur21/NQueen

An Nqueen algorithm for humans 👸

Language: Java - Size: 274 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

ShawnToubeau/nQueens-MPI

Parallel program for solving the nQueens chess problem

Language: C - Size: 46.9 KB - Last synced: about 1 month ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 1

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: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

DeepG25/HCP-NQueens

Course Project of High Performance Computing, solved N Queens problem using parallel programming.

Language: C++ - Size: 2.46 MB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

BaseMax/N-QueenGenetic

Solving N-Queen problem using Genetic Algorithm.

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

Imam-Abubakar/n-queens

A visualizer for the N-queens problem solved using backtracking

Language: HTML - Size: 3.91 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Koukyosyumei/MyOptimizer

Implementations of popular optimization & search algorithms

Language: C++ - Size: 357 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

dleedev365/aima_python_practices

N-Queens Problem, CSP problem, Minisat, Min-Conflicts, Hill-Climbing Search, Backtracking Search

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

stopdemir/N-Queens-Problem

BIL441-Artificial Intelligence-Project 2 Implementation

Language: Java - Size: 157 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

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.

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

bugrahanakbulut/NQueens

N-Queens Problem

Language: C# - Size: 14.6 KB - Last synced: 4 months ago - Pushed: almost 3 years 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: 5 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

gautamop01/CS300-Programming-Language-Paradigms

Haskell and Java Programming Language Course

Language: Haskell - Size: 13.6 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

techbrainwave/Randomized-Optimization

Optimization algorithms applied to multiple problems

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

R-Owino/alx-interview

Contains technical interview questions by ALX. This is part of the coursework.

Language: Python - Size: 1.05 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

gadgil-devashri/N-Queens-Hill-Climbing-Variants

This code was submitted as programming project two for ITCS 6150 Intelligent Systems under Dr. Dewan Ahmad at the University of North Carolina at Charlotte for the fall 2021 semester. The aim is to solve N-Queens problem using hill climbing algorithm and its variants.

Language: Python - Size: 886 KB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 2

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: 7 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

ntrang086/constraint_satisfaction_Nqueens

an artificial intelligence project to solve the N-queen constraint satisfaction problem

Language: Python - Size: 269 KB - Last synced: 8 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

vinuthakaranth/C-Programs

C Programs - Simple C programs

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

vinuthakaranth/CPP-programs

CPP (C plus plus ) - Simple essential CPP programs

Language: C++ - Size: 12.7 KB - Last synced: 8 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

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

Language: Swift - Size: 235 KB - Last synced: 8 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

sahirnoorali/nqueen-cpp

N-Queen Problem

Language: C++ - Size: 3.91 KB - Last synced: 8 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Roiqk7/Algorithm_Visualizer

Here are my programs which visualise different algorithms.

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

m4mbo/n-queens

This is my attempt on constructing a visual solution for the NP-complete N Queens problem using Java.

Language: Java - Size: 33.2 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Johnny-Knighten/hill-climbing

Hill Climbing and Hill Climbing With Random Restart implemented in Java.

Language: Java - Size: 168 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 5 - Forks: 0

Johnny-Knighten/genetic-optimization

Genetic optimization implemented in Java.

Language: Java - Size: 172 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

alirezaafzalaghaei/genetic-algorithm-nqueens

A simple python(also cython) script to solve and visualize N-Queens problem

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

oguzhankirlar/Queens-Las-Vegas

Las Vegas algorithm for the n-queens problem

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

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

Language: C - Size: 5.36 MB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

jaimedantas/N-Queens

An C++ Solution for the N-Queens Problem (2016)

Language: C++ - Size: 910 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

Oli-Ross/Algorithm_X

A C library implementation of Knuth's Algorithm X with dancing links.

Language: C - Size: 8.79 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

pancr9/nQueen

nQueen problem solver.

Language: C++ - Size: 18.6 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 1

samdwar/BackTracking

Java Implementaion of some Backtracking Porblems

Language: Java - Size: 2.93 KB - Last synced: 10 months ago - Pushed: about 7 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

aihya/n_queens

Language: C - Size: 2.93 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

AhmedNasserabdelkareem/N-Queens

Python Implementation for N-Queen problem using Hill Climbing, Genetic Algorithm, K-Beam Local search and CSP

Language: Python - Size: 6.94 MB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 6 - Forks: 3

paulojunqueira/N-Queen-Problem-Evolutionary-Algorithm

A evolutionary algorithm to solve the N queen problem

Language: Python - Size: 27.3 KB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

harshdeepkalita/LP2

This repository consists of the lab practice assignments that I completed during the lab sessions of Semester 6 in college.

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

mirzaeiyan/nqueens-genetic

Solving the nqueens problem using genetic algorithm

Language: Python - Size: 10.7 KB - Last synced: 11 months ago - Pushed: over 6 years ago - Stars: 9 - Forks: 2

bensalem14/Parallelizing-the-N-Queens-problem

Parallelizing N-Queens implementation in c using pthreads,MPI,OpenMp,Hybrid(MPI+OpenMp)

Language: C - Size: 17.6 KB - Last synced: 4 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

HareeshwarKarthikeyan/Amaze-Problem-n-Amazes-in-nxn-chessboard-

Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.

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

alimium/n-queens-genetic-algorithm

Solving the N-Queens problem using genetic algorithm.

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

geekn0rd/queen-of-genes

Solving the classic n-queen problem using genetic algorithm.

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

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.

Language: Python - Size: 1000 Bytes - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

NassarX/NQueens-Optimization

Optimizing the NQueen Puzzle using different optimization techniques including backtracking, local search, and genetic algorithm (GA) for evolving towards a state where no two queens are attacking each other.

Language: Jupyter Notebook - Size: 595 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - 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

berkkirtay/adaptive-genetic-algorithm-for-n-queens

An Adaptive Genetic Algorithm for N-Queens Problem

Language: C++ - Size: 170 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 2 - Forks: 0

abnerkaizer/fga

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

Abhi6722/N-Queen-Visualizer

Solution and Visualizer for N-Queen Problem solved using Backtracking

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

theabhayprajapati/nqueens-board

An Online n queens board

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

angvzrz/nqueens-problem

Visualization of some solutions for the n-queens problem

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

Annas-Furquan-Pasha/NQueens

Backtracking

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

darian-catalin-cucer/n-queens-problem

The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.

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

DenseLance/hopfield-networks

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

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

ankitjha2603/algorithm-visualizer

This is a project to visualize algorithms using HTML, CSS, JavaScript. An algorithm is a set of instructions for solving a problem or accomplishing a task.

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

alfred100p/N-Queens-Problem-Solver

A C++ Implementation of a CSP to solve the N queens problem showing all possible arrangements for any N( integer)

Language: C++ - Size: 26.4 KB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 1 - 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

ameliacode/Intro2AI 📦

🔚 2021-1st Introduction to AI lecture repository

Language: Python - Size: 1.61 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

uni-assignments/N-Queens-Problem

An implementation of the N Queens Problem in Haskell, C++ and Prolog made for DCC024 - Linguagens de Programação

Language: Haskell - Size: 10.7 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

jindal2209/nqueen

An interactive visualizer for N-Queen problem using backtracking.

Language: JavaScript - Size: 605 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 1

programindz/Algorithms-in-Java

Implementation of basic algorithms in Java.

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

alexemanuel/NQueens-problem

Implementation of search algorithms, BFS (Breadth First Search) and DFS (Depth First Search), to solve the NQueens problem.

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

hassan11196/AI-Assignments

AI Assignments - FAST NUCES (Karachi) - CS401 - Spring 2020

Language: Jupyter Notebook - Size: 8.58 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 2

GersonHMG/nqueens

N-Queens problem solver in ReactJS

Language: TypeScript - Size: 933 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Pjha72/DAA

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

GeovanaS/nQueens

Programa em C usando POSIX Threads para calcular o posicionamento de rainhas em tabuleiros de xadrez de dimensões quadradas variáveis, de forma que nenhuma rainha ataque outra.

Language: C - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - 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: about 1 year ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 0

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.

Language: C - Size: 852 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 2

eMahtab/n-queens

N Queens Problem - Explanation & Implementation

Language: Java - Size: 913 KB - Last synced: about 2 months ago - Pushed: over 4 years ago - Stars: 1 - 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: about 1 year ago - Pushed: almost 3 years ago - Stars: 5 - Forks: 1

danial-ch/nQueen

N Queen

Language: Python - Size: 1.95 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - 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

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: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

StardustLID/learning-haskell

My Haskell code for "252-0058-00L Formal Methods and Functional Programming" at ETH Zurich, Spring 2022.

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

anshumagahlot22/Recursion-Programs

//contains recursion programs for practice and learning

Language: C++ - Size: 150 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - 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

prajjaldhar/Recursion_Algorithms

Around 30 Recursion Questions are Uploaded

Size: 364 KB - Last synced: about 1 year ago - Pushed: about 2 years 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

AaronE314/nQueens-local-search

Solving the nQueens problem using the local search algorithm

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

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

ps4449/artificial-intelligence-lab

Contains all my implementations for the weekly lab work of the course 18CSC305J - Artificial Intelligence (in python).

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

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)

Language: Go - Size: 7.81 KB - Last synced: 15 days ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

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

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

bornabr/nqueens-memetic-algorithm

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

JohnMurwin/NQueensSimulation

Fall 2021 SWE6763 Term Project: A simple NQueens algorithm visualized utilizing Unity

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

vrinda41198/GAA

Problems solved using Genetic Algorithms.

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

garrou/n-queens

n queens problem solved with Python

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

MichaelHolley/NQueensProblem

Solution of the n-Queens-Problem

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

Bishalsarang/N-Queens-Visualisation

Simple Visualisation of NQueens using C++ and OpenGL

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

Candida18/Analysis-Of-Algorithms

Language: C - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

JahnaviM737/Analysis-of-Algorithms

Executing important algorithms using java

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

hunain-saeed/N-Queen-Problem-AI

Solved n-queen problem using Python programming language.

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

hyeongonkim/N-Queen-problem-by-using-BFS

Solve N-Queen Problem by using BFS

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

SaashaJoshi/algorithm-design-and-analysis

Data Structures and Algorithms in Python

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

HarshRangwala/Artificial-Intelligence-algorithms

Different algorithms of AI implemented in Python.

Language: Python - Size: 6.84 KB - Last synced: 12 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 2

Related Keywords
nqueens-problem 138 genetic-algorithm 25 python 23 nqueens-solution 21 backtracking 18 nqueens-problem-solver 17 nqueens 17 java 16 backtracking-algorithm 15 artificial-intelligence 12 n-queens 10 cpp 9 python3 9 sorting-algorithms 7 ai 7 knapsack-problem 7 hill-climbing 7 javascript 7 hill-climbing-search 7 n-queens-problem 6 algorithms 6 queens-puzzle 6 algorithm 6 c 5 binary-search 5 optimization 5 evolutionary-algorithms 5 bfs 5 quicksort 5 travelling-salesman-problem 4 random-restart 4 chessboard 4 haskell 4 8queens 4 dfs 4 8queens-problem 4 astar-algorithm 3 heuristic-search-algorithms 3 backtracking-search 3 openmp 3 selection-sort 3 mergesort 3 csharp 3 insertion-sort 3 react 3 prims-algorithm 3 depth-first-search 3 prolog 3 breadth-first-search 3 simulated-annealing 3 optimization-algorithms 3 dijkstra-algorithm 3 mpi 3 recursion 3 dynamic-programming 3 constraint-satisfaction-problem 3 genetic-algorithms 3 genetics 3 game 3 sudoku 3 csp 3 c-plus-plus 2 string-matching 2 naive-string-matcher 2 graph-coloring 2 subsequence 2 nqueen-puzzle 2 rabin-karp-algorithm 2 dynamic 2 fractional-knapsack 2 data-structures 2 jupyter 2 warshall 2 graph-algorithms 2 bubble-sort 2 linked-list 2 merge-sort 2 quick-sort 2 neural-networks 2 queens-problem 2 html 2 artificial-intelligence-algorithms 2 recursive-algorithm 2 code 2 8queens-algorithm 2 visualization 2 hill-climbing-algorithm 2 java-8 2 programming 2 kmeans 2 localsearch 2 jupyter-notebook 2 go 2 nqueens-visualisation 2 programming-language 2 algorithm-challenges 2 nqueens-algorithm 2 knight-tour 2 sudoku-solver 2 astar 2