2016
DOI: 10.1016/j.procs.2016.03.116
|View full text |Cite
|
Sign up to set email alerts
|

Intelligent Predictive String Search Algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
23
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 12 publications
(23 citation statements)
references
References 1 publication
0
23
0
Order By: Relevance
“…The Boyer-Moore algorithm becomes one of the most frequently used string-lookup algorithms or is implemented into a document or data search feature in the database because it is considered the most efficient in typical applications and is best compared to other string search algorithms [24,25]. The Boyer-Moore algorithm starts matching a character from the right direction of the pattern or the right-to-left direction of the text [16,26,27]. Adequately systematic, the stages that the Boyer-Moore algorithm performed at the time of matching the following strings [26,28]: a. Boyer-Moore's algorithm starts matching the pattern at the beginning of the text.…”
Section: Boyer-moore Algorithmmentioning
confidence: 99%
See 4 more Smart Citations
“…The Boyer-Moore algorithm becomes one of the most frequently used string-lookup algorithms or is implemented into a document or data search feature in the database because it is considered the most efficient in typical applications and is best compared to other string search algorithms [24,25]. The Boyer-Moore algorithm starts matching a character from the right direction of the pattern or the right-to-left direction of the text [16,26,27]. Adequately systematic, the stages that the Boyer-Moore algorithm performed at the time of matching the following strings [26,28]: a. Boyer-Moore's algorithm starts matching the pattern at the beginning of the text.…”
Section: Boyer-moore Algorithmmentioning
confidence: 99%
“…The KMP algorithm has a different shift than the Boyer-Moore algorithm. Broadly speaking the stages in the KMP algorithm, when performing string matching are [16,20,22,30]: a. Algorithms KMP starts matching pattern at the beginning of the text b. The KMP algorithm performs a shift or matching pattern character with text characters from left to right by matching characters per character until one of the conditions is met.…”
Section: Knuth Morris Pratt Algorithm (Kmp)mentioning
confidence: 99%
See 3 more Smart Citations