The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
-
Updated
Jan 9, 2023 - Python
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
solve 8-queens algorithm ; Evolutionary Algorithm
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
8 Queens Problem in Csharp
A simple program that solves the 8 queen challenge
Add a description, image, and links to the 8queens-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the 8queens-algorithm topic, visit your repo's landing page and select "manage topics."