2017
DOI: 10.30645/ijistech.v1i1.2
|View full text |Cite
|
Sign up to set email alerts
|

Implementation and Analysis Zhu-Takaoka Algorithm and Knuth-Morris-Pratt Algorithm for Dictionary of Computer Application Based on Android

Abstract: Abstract

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 1 publication
0
3
0
Order By: Relevance
“…The Knuth-Morris-Pratt algorithm is used to improve the performance of searching Indonesian words that will be translated [9]. Handrizal et al (2017) analyzed the usage of the Knuth-Morris-Pratt algorithm to create a simple English to English dictionary. If the pattern inputted by the user is found in the dictionary, then the application will display the words that contain the said pattern, as well as the definition of the words.…”
Section: Learning Languagesmentioning
confidence: 99%
See 1 more Smart Citation
“…The Knuth-Morris-Pratt algorithm is used to improve the performance of searching Indonesian words that will be translated [9]. Handrizal et al (2017) analyzed the usage of the Knuth-Morris-Pratt algorithm to create a simple English to English dictionary. If the pattern inputted by the user is found in the dictionary, then the application will display the words that contain the said pattern, as well as the definition of the words.…”
Section: Learning Languagesmentioning
confidence: 99%
“…If the pattern inputted by the user is found in the dictionary, then the application will display the words that contain the said pattern, as well as the definition of the words. The complexity of the Knuth-Morris-Pratt algorithm is θ(m + n), where θ(m) is the preprocessing phase and θ(n) is the searching phase [16].…”
Section: Learning Languagesmentioning
confidence: 99%
“…However, a comparison of the performance of the KMP, Naïve, and BM algorithms in processing various text sizes concluded that the BM algorithm has the best and most efficient performance for large text sizes [4]. A word search in the dictionary with the Zhu-Takaoka and KMP algorithm is found that the Zhu-Takaoka algorithm is faster than the KMP algorithm [5]. The Zhu-Takaoka algorithm starts searching from the end of the pattern adapted to the text, but in the KMP algorithm, it starts from the beginning of the model.…”
Section: Introductionmentioning
confidence: 99%