8queens-algorithm
There are 5 repositories under 8queens-algorithm topic.
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.
NajiAboo/8QueensProblem
solve 8-queens algorithm ; Evolutionary Algorithm
admlvntv/8-Queen-Challenge
A simple program that solves the 8 queen challenge
enaraemre/8-Queens-Problem
8 Queens Problem in Csharp
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