Skip to content

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

Notifications You must be signed in to change notification settings

scotteifel/ChessPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages