https://github.com/nishi1612/knight-tour-problem
IT485 Logic of Inference Project on Knight's Tour. A hamiltonian path problem to determine path of knight to travel entire chessboard with every cell visited only once.
https://github.com/nishi1612/knight-tour-problem
backtracking-algorithm bootstrap flask html knights-tour localhost numpy pygame python tkinter warnsdorff
Last synced: 2 months ago
JSON representation
IT485 Logic of Inference Project on Knight's Tour. A hamiltonian path problem to determine path of knight to travel entire chessboard with every cell visited only once.
- Host: GitHub
- URL: https://github.com/nishi1612/knight-tour-problem
- Owner: nishi1612
- Created: 2018-09-20T06:16:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T07:52:04.000Z (over 6 years ago)
- Last Synced: 2025-04-12T07:58:46.222Z (2 months ago)
- Topics: backtracking-algorithm, bootstrap, flask, html, knights-tour, localhost, numpy, pygame, python, tkinter, warnsdorff
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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