An open API service indexing awesome lists of open source software.

https://github.com/youssefbennour/knightshortestpath

Display the shortest path for reaching a point(x,y) in an infinitie chess board, stimulating the 'Knight' moves, using graph theory(BFS).
https://github.com/youssefbennour/knightshortestpath

bfs bfs-algorithm chess csharp dotnet knight-problem

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.