Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 165 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 165 Bytes

Shortest-Knight-Moves

Display the shortest path for reaching a point(x,y) in an infinitie chess board, stimulating the 'Knight' moves, using graph theory and BFS.