Have a personal or library account? Click to login

Finding the Shortest Paths Among Cities in Java Island Using Node Combination Based on Dijkstra Algorithm

Open Access
|Dec 2016

Abstract

This study focuses on finding the shortest paths among cities in Java Island by repeatedly combining the start node’s nearest neighbor to implement Dijkstra algorithm. Node combination is used to find the shortest path among cities in Java by deleting the node nearest to the start node. The use of memory by node combination is more efficient than the use of memory by the original Disjkstra algorithm. The 46 cities in Java Island will be used to evaluate the performance of finding shortest path. The experimental results show that the accuracy of node combination is 92.88% with the Google Map as the reference. The successful implementation of algorithm in finding the shortest path on the real problem is a good point; therefore, the algorithm can be developed to solve the transportation network problem.

Language: English
Page range: 2219 - 2236
Submitted on: Aug 16, 2016
Accepted on: Nov 14, 2016
Published on: Dec 1, 2016
Published by: Professor Subhas Chandra Mukhopadhyay
In partnership with: Paradigm Publishing Services
Publication frequency: 1 issue per year

© 2016 Bilqis Amaliah, Chastine Fatichah, Olyn Riptianingdyah, published by Professor Subhas Chandra Mukhopadhyay
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.