Skip to content

Eight chess queens puzzle pretty well optimized solving algorithm.

License

Notifications You must be signed in to change notification settings

Paklausk/ChessQueenPuzzle

Repository files navigation

ChessQueenPuzzle

GitHub GitHub last commit

Eight chess queens puzzle pretty well optimized solving algorithm. Program calculates and outputs all solutions to CLI.

CLI Example:

Board(1):
5 1 1 1 1 1 1 1
1 1 1 1 5 1 1 1
1 1 1 1 1 1 1 5
1 1 1 1 1 5 1 1
1 1 5 1 1 1 1 1
1 1 1 1 1 1 5 1
1 5 1 1 1 1 1 1
1 1 1 5 1 1 1 1

Integer 5 symbolizes queens position.

You can output all results to a file with command: ChessQueenPuzzle.exe > results.txt.

About

Eight chess queens puzzle pretty well optimized solving algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages