Skip to content

IshaA08/shortest-path

Repository files navigation

Shortest Path

Project Description

Given a txt-file of a maze, Shortest Path finds the most efficient solution.

How to Install and Run the Project

Requirements:

  • Java 8

Steps to Run:

  • Download the project
  • Compile: javac ShortestPath.java
  • Run the ShortestPath file (example command: java ShortestPath <Enter maze .txt name here> <Enter query .txt name here>)

License

MIT License

About

Find the shortest path in a txt-based maze

Topics

Resources

License

Stars

Watchers

Forks

Languages