An open API service indexing awesome lists of open source software.

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.

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