There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A Java application which implements the concepts of graph to create a clone of the Google Maps. It uses the Google Maps API along with graph traversal algorithms such as Breadth First Search(BFS), Dijkstra and A* Search to find the shortest path between two destinations.