Skip to content

dharsh0507/eightqueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

# Eight Queens Problem A classic backtracking algorithm to place 8 queens on a chessboard such that no two queens attack each other. ## Problem Description Place 8 queens on an 8×8 chessboard so that no two queens can attack each other (no two queens share the same row, column, or diagonal). ## Solution Implements backtracking algorithm to find all possible solutions.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors