Skip to content

salimt/GoogleMaps-Find-Fastest-Route-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages