Skip to content

munaveed/CHESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This project demonstrates the N-Queens problem, a backtracking algorithm where N queens must be placed on an N×N chessboard such that no two queens attack each other. The algorithm uses recursion and backtracking to explore all possible placements of queens, pruning unsafe positions. The visualization shows the chessboard and allows cycling through all valid solutions using a “Next Solution” button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages