salimt / GoogleMaps-Find-Fastest-Route-Algorithms

A simple fastest route finder written in Java includes BFS, Djikstra(Speed limits included) and A* Algortihms also has the feature of visualization of visited nodes.

Repository from Github https://github.comsalimt/GoogleMaps-Find-Fastest-Route-AlgorithmsRepository from Github https://github.comsalimt/GoogleMaps-Find-Fastest-Route-Algorithms

Fastest Route Finder with BFS, Dijkstra(getting speed limit data from web) and also A Star Algorithms included.

this was the final homework for UCSD's Advanced Data Structures in Java.

A basic shortest path finder between given two points. Dijkstra has the extra feature of getting data from web, to name it from opensourcemap, if the current coordinates does not have the info of maxspeed then continues to scan around 300 radius uses the closest info. Preferred 7+ Language Level SDK 1.8 because of javafx library jUnit and libs

Example:

Given part of text is just a snapshot of some part.

About

A simple fastest route finder written in Java includes BFS, Djikstra(Speed limits included) and A* Algortihms also has the feature of visualization of visited nodes.

License:Other


Languages

Language:Java 99.1%Language:HTML 0.5%Language:JavaScript 0.3%Language:CSS 0.2%