/-------------------------------------------------------------------------
/ Starter Code and GUI Application for Course 3 in the
/ Java Programming: Object Oriented Design of
/ Data Structures Specialization:
/
/ Advanced Data Structures in Java
/ https://www.coursera.org/learn/advanced-data-structures
/
/ Authored by UCSD MOOC Team:
/ Mia Minnes, Christine Alvarado, Leo Porter, Alec Brickner
/ and Adam Setters
/
/ Date: 12/16/2015
/-------------------------------------------------------------------------
The application uses street data to identify the shortest path between two intersections via different graph search algorithms.
- Implementing basic graphs for real transportation data
- Class Design and Graph Search
- Graph Search Improvements (BFS->Dijkstra->A*)
![Google Map] (./Map.JPG)
Generated JAR: https://www.dropbox.com/s/vfxwobc623v8egg/MapApp.jar?dl=0
The generated Jar doesn't load the map though