This is a group project for the course Data Structures and Algorithms 2 Laboratory (CE 2201).
Aim of the project is to develop an online route guider system for customers to find the shortest distance between cities.
Programming language used: Java
Data Structures used: Graph,ArrayList
Algorithms used: Dijkstra's Shortest path algorithm
-A user can find the shortest distance along the cities which he is willing to travel.
-User can also Search same type of places in a city.
-Admin can add new cities to existing graph.
-Like wise admin can add new places / locations in a particular city.