An experiment writen in Python to check how many moves a knight needs to get around a chessboard.
-
Updated
Sep 26, 2022 - Python
An experiment writen in Python to check how many moves a knight needs to get around a chessboard.
Given a chess board setup up with initial knight position and destination, it finds the shortest path (minimum number of steps) for the knight to another position (destination) on the board.
Knight's Shortest Path Problem
Add a description, image, and links to the knight-shortest-path topic page so that developers can more easily learn about it.
To associate your repository with the knight-shortest-path topic, visit your repo's landing page and select "manage topics."