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

GitHub topics: 8queens

Raphaelmos/8reines-game

8Queens Game in Python

Language: Python - Size: 2.16 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Stagnant09/8Queens-JS

A browser game similar to "8 Queens"

Language: JavaScript - Size: 22.5 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

attogram/EightQueens

Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the class math puzzle. Built in React with Chessboard.jsx

Language: JavaScript - Size: 1.78 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 16 - Forks: 4

mshahriarnihal/CPP_Backtracking-OOP-and-Pointer-Based-Projects

Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms

Language: C++ - Size: 5.26 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

JamKelley22/EightQueens

Generation of all solutions for the 8 Queens chess problem

Language: C - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

NajiAboo/8QueensProblem

solve 8-queens algorithm ; Evolutionary Algorithm

Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

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"

Language: JavaScript - Size: 1.22 MB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

YoussefAboelwafa/Game-Engine-SCALA

Language: Scala - Size: 267 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 3

fshahinfar1/8Queens-GA

A genetic algorithm approach for solving eight queen problem

Language: C++ - Size: 112 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ce-box/CE2103-Queens-Problem

CE2103 | Extra clase #4 | Implementación de la solución al algoritmo de las N Reinas, utilizando Backtracking y mostrándo el proceso mediante hardware.

Language: C++ - Size: 161 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Helogizzy/Simulated-annealing-8-queens

Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 6

sharpened-ferret/CSC325-CW

Coursework code from my CSC325 Artificial Intelligence module at Swansea University

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

kuznya/8queens-mysql

8 queens problem MySQL solution

Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

kuznya/8queens-py

Short 8 queens problem solution. Python

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

MH-Farhadi/Genetic-Algorithms

Language: Python - Size: 8.79 KB - Last synced at: 7 months ago - Pushed at: about 3 years 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 at: about 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 12

Vaporjawn/8-Queens-Python-Version 📦

Solving 8-Queens problem

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

maktoobgar/ai_project

Solving 8 Queen and Maze problems and creating Tic-Tac-Toe game.

Language: Python - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Nilusche/Chess-Engine-AI-in-Pygame

Some AI Algorithms in Pygame

Language: Python - Size: 24.7 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - 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: almost 4 years ago - Stars: 5 - Forks: 0

samyukthagopalsamy/Coding_programs_math_data_structures_algorithm

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.

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

nizamiza/8-queens

Visualization of the 8 queens puzzle

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

rajashekar/eightqueens

Eight Queens Problem

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

MikeDotJar/8QueensProblem

Another project from my AI class that I had a lot of fun making. Utilizing hill climbing search

Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

andre-bisa/8-Queens-problem

C solution of Dijkstra's 8 queens problem

Language: C - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Related Keywords