Skip to content

MaanasArora/k-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-queens

8-Queens

An implementation of a depth-first search AI agent for the n-queens puzzle in Python. The puzzle requires placing n queens on an n x n chess board such that no queen can attack the other. A display is done in Tkinter. To run, download/clone the repository and run display.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages