https://github.com/haimonmon/shortest-path-minecraft
using breadth first search algorithm to find the shortest path in the grid in minecraft theme
https://github.com/haimonmon/shortest-path-minecraft
Last synced: 8 months ago
JSON representation
using breadth first search algorithm to find the shortest path in the grid in minecraft theme
- Host: GitHub
- URL: https://github.com/haimonmon/shortest-path-minecraft
- Owner: Haimonmon
- License: mit
- Created: 2024-09-13T10:30:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:15:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T23:16:48.929Z (over 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shortest-path-minecraft
using breadth first search algorithm to find the shortest path in the grid in minecraft theme