Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.22 KB

File metadata and controls

32 lines (18 loc) · 1.22 KB

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.