Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 677 Bytes

File metadata and controls

14 lines (11 loc) · 677 Bytes

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.