Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salimt authored Jun 7, 2019
1 parent a163a27 commit a9657b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fastest Route Finder with BFS, Djikstra(getting speed limit data from web) and also A Star Algorithms included.
# 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. Djikstra 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.
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
Expand Down

0 comments on commit a9657b9

Please sign in to comment.