Dimas Abisono Punkastyo
Universitas Pamulang, Banten

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Implementasi Algoritma Greedy dan Algoritma A* Untuk Penentuan Cost Pada Routing Jaringan Ristasari Dwi Septiana; Dimas Abisono Punkastyo; Nurhasan Nugroho
KLIK: Kajian Ilmiah Informatika dan Komputer Vol. 3 No. 2 (2022): Oktober 2022
Publisher : STMIK Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/klik.v3i2.576

Abstract

The current increase in internet development raises new problems in terms of path optimization on the internet. This makes network path optimization a major problem in choosing the shortest route. The purpose of this research is to understand and compare the process of finding the shortest route using two algorithms, namely Greedy and A*. The A* algorithm has an advantage in overcoming network workloads compared to the Greedy algorithm. In implementation, both algorithms have the same results in determining the delivery path. However, the A* algorithm is more effective for use on large and complex networks because it has more certain and accurate calculations. From the test results, it was found that the A* algorithm has better performance than the greedy algorithm in the test. Where the final cost value of the greedy algorithm is 49, while for the A* algorithm is 48