PERBANDINGAN ALGORITMA HORSPOOL DAN ALGORITMA RAITA PADA APLIKASI ISTILAH PSIKOLOGI BERBASIS ANDROID

Main Authors: Mamta Culkari, Jumadil Nangi, Adha Masyur Sajiah
Format: Article Journal
Bahasa: ind
Terbitan: , 2019
Subjects:
Online Access: https://zenodo.org/record/3242287
Daftar Isi:
  • Abstract The lack of professional health personnel in Indonesia has resulted in many people with mental disorders who have not been treated medically. To make it easier for the mental health workers, especially psychology students to study the term in psychology. It is necessary to have a digital dictionary because a tick printed book dictionary makes it difficult to carry around and the search term desired requires a long time. Based on this, a dictionary application for the psychology term based on Android was made. To make this application implemented the string matching method on the codeword search. String matching has several algorithms, some of which are Horspool Algorithm and Raita Algorithm. In this research study an analysis of the comparison between the Horspool Algorithm and Raita Algorithm, to determine the most useful algorithms in the dictionary of psychological terms. The parameter used to compare the two algorithms search time (ms) and complexity algorithms (Big-O). The results of this study show that Raita Algorithm has a faster search than Horspool Algorithm and the complexity of Raita Algorithm has faster than Horspool Algorithm. The average total velocity of time for Raita Algorithm is 13,60 ms and Horspool algorithms are 14,79 ms. The complexity of Raita Algorithm is T(n) = Ɵ(MN) and the complexity of Horspool Algorithm is T(n) = Ɵ(M(N-2)).