Skip to content

This is a very basic project for Python beginners. It is a gui implementation of n-Queen Problem using recursion

License

Notifications You must be signed in to change notification settings

Lovepreet-Singh-LPSK/N-QueenGUI-Beginner-Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queen Algorithm GUI [Python Project For Beginners]

The Script is written in python and for gui part tkinter is used.

Tkinter Documentation.

Screenshots

Screen 1 Screen 2
Screen 3 Screen 4

How To Run Program

NOTE : Recursion and Backtracking is used. Please take recursion limit in mind too.

$ git clone https://github.com/Lovepreet-Singh-LPSK/N-QueenGUI.git
$ cd N-QueenGUI
$ python LPSK.py
$ Enter no. of Queens you want to place:

NOTE : This code is written in 1-2 hours only. So, code may be bit straigtforward. That is why i am calling this project for Starters of Python.

Contributing

Feel Free to add more functionalities in this. You can add Realtime Backtracking algorithm showing the Queens places.

About

This is a very basic project for Python beginners. It is a gui implementation of n-Queen Problem using recursion

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages