Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 and BFS.
https://github.com/youssefbennour/knightshortestpath

bfs bfs-algorithm chess csharp dotnet knight-problem

Last synced: 26 days 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 and 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.