Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 637 Bytes

File metadata and controls

18 lines (16 loc) · 637 Bytes

PathSearch

Java application to search for the shortest path between two intersection points in a map. All of the front end code was provided by the UCSD MOOC team. I only implemented the backend data structres and algorithms for the following:

1. Breadth First Search
2. Dijkstra Algorithm
3. A Star Search
BFS example:

Alt Text

Dijkstra example:

Alt Text

Run the following file after opening the project in Eclipse:

src/application/MapApp.java