Calculates the shortest path for a knight to get from one position to another on a chessboard, using a queue and BFS. Made for Data Structures 1 course.
-
Updated
Aug 22, 2021 - C
Calculates the shortest path for a knight to get from one position to another on a chessboard, using a queue and BFS. Made for Data Structures 1 course.
Add a description, image, and links to the chess-knight-problem topic page so that developers can more easily learn about it.
To associate your repository with the chess-knight-problem topic, visit your repo's landing page and select "manage topics."