Skip to content

AndresERojasI/8queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8 Queens Puzzle

This repo, is my approach in different ways to try to solve the 8 Queens problem. You will be able to find different ways that I try to implement, they pros and cons.

The Puzzle

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.

More info here

About

My take on the 8Queens Problem!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published