Skip to content

angshu-min-js/RoutePlanningApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/-------------------------------------------------------------------------
/ 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
/-------------------------------------------------------------------------

DESCRIPTION

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)

The generated Jar doesn't load the map though