Chess Knight Tour Visualizer
Solution to shortest knight tour problem done using python 3.9, visualization is done using matplotlib.
Algorithm used here is a little bit modified BFS on the graph of all the possible moves that the knight might take.
pip install -r requirements.txt
python knight_path.py --default
python knight_path.py
