Shortest Path for Martian Rover
- Tech Stack: CSS, HTML, Bootstrap, JavaScript
- Github URL: Project Link
This project aims to use various path-finding algorithms to assist the Martian Rover in concluding the shortest path to the destination while traversing a specific area. The user can add weights to the grid.
The distance travelled, the time taken to reach the destination (accurately measures time up to 3 decimal places), and the number of nodes searched is also displayed (the maximum number of node explored can be 714).