eight-queen-problem topic
List
eight-queen-problem repositories
SwiftCSP
80
Stars
11
Forks
Watchers
A Constraint Satisfaction Problem Solver in Pure Swift
CodeClinicR
33
Stars
51
Forks
Watchers
A version of lynda.com code clinic for the R programming language
queens-cpm
29
Stars
6
Forks
Watchers
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
EightQueens
16
Stars
3
Forks
Watchers
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
N-Queen-Problem-using-Genetic-Algorithm
17
Stars
6
Forks
Watchers
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.