Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 200 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 200 Bytes

ChessPuzzle

This program uses the backtracking alg. to place queens on a chessboard.

The goal is to complete a chessboard containing 8 queens, and the queens cannot be able to attack one another.