Ecosyste.ms: Awesome
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 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.
- Host: GitHub
- URL: https://github.com/youssefbennour/knightshortestpath
- Owner: youssefbennour
- Created: 2022-12-14T15:48:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T21:28:25.000Z (7 months ago)
- Last Synced: 2024-10-12T06:43:27.060Z (26 days ago)
- Topics: bfs, bfs-algorithm, chess, csharp, dotnet, knight-problem
- Language: C#
- Homepage:
- Size: 40.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.