Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 556 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 556 Bytes

Knight-Tour-Problem

Modules used : Numpy, PyGame, Tkinter

Follow the following steps to run the app:

  1. Download the code along with the images.
  2. Save the code and images in a same folder.
  3. Ensure that the modules used in the code are installed.
  4. Run the code on command line using python3 app.py command.

Enter values in application screen to see the algorithmic output that is time analysis and tracing path for knight to move on chessboard corresponding to the input.

Application of Knight Tour Problem in Cryptography

Modules used : Flask