stolzj92 / N-queens

A modification of an 8 queens problem. Solves a chessboard for any number of queens where they don't touch diagnoally or horizontally on a chessboard. It then prints all possible combinations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A modification of an 8 queens problem. Solves a chessboard for any number of queens where they don't touch diagnoally or horizontally on a chessboard. It then prints all possible combinations.