Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
-
Updated
Jul 8, 2021 - C++
Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
Here you will find my version of the algorithm that solves the Queens Problem
Add a description, image, and links to the queens topic page so that developers can more easily learn about it.
To associate your repository with the queens topic, visit your repo's landing page and select "manage topics."