Skip to content

Simulation of the N-Queens problem implemented with depth-first search and backtracking built with Python

Notifications You must be signed in to change notification settings

saurabhkovoor/N-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens

Simulation of the N-Queens problem implemented with depth-first search (DFS) and backtracking built with Python

To execute the program, make sure to navigate to the N-Queens directory from your terminal, and execute the Main.py file to begin the program execution. After that, enter the size of the chessboard/number of queens and the simulation option in the python terminal at the corresponding prompt.

About

Simulation of the N-Queens problem implemented with depth-first search and backtracking built with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages