This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
-
Updated
Oct 31, 2021 - C++
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
N queen problem solved by row by row search
A quick solution to the 8 queens problem and a templated class to solve N queen problems
Add a description, image, and links to the 8-queens-problem topic page so that developers can more easily learn about it.
To associate your repository with the 8-queens-problem topic, visit your repo's landing page and select "manage topics."