You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a ChessBoard with NxN size. Giving the start position of the Knight and the target position.
We calculate the shortest path with a specific amount of moves.
About the calculation, we use breadth first search(BFS) algorithm.