000 Computer Science, Information and General Works
Datestamp
2016-01-27 02:14:56
Abstract :
Shortest path solution on central java is a software to answer the problem for choice direction.
Sometimes delivered package must have an good direction to make better work. So, Shortest
path solution on central java is created.
Shortest path solution on central java searching all route from start place to destination city until
destination city is founded. It use Tree to store city with linked list to store node from arrival city
and travel schedule. It use DFS Algorithm for searching possible routes.
And the result of all the route will be display in Interface.