2020
DOI: 10.30534/ijatcse/2020/316942020
|View full text |Cite
|
Sign up to set email alerts
|

Intelligent Predictive String Search Algorithm Using Two Sliding Windows in Parallel Environment

Abstract: String matching is a fundamental problem in computer science and has been extensively studied. Searching for all occurrences of a pattern in a text is a fundamental problem in many applications, like natural language processing, information retrieval, pattern recognition and computational biology. Many string matching algorithms are existing and work efficiently with different applications in different life scopes; one of these algorithms is the Intelligent Predictive String Search Algorithm, this algorithm se… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2022
2022
2022
2022

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 10 publications
0
2
0
Order By: Relevance
“…Boyer-Moore algorithm 9 The Boyer-Moore (BM) approach [10][11][12][13][14][15][16][17][18][19][20][21][22][23][24] is frequently used in the software industry. The right-to-left scan, the bmBc shift rule, and the bmGs shift rule are three ingenious concepts used by the Boyer-Moore algorithm.…”
Section: 11mentioning
confidence: 99%
See 1 more Smart Citation
“…Boyer-Moore algorithm 9 The Boyer-Moore (BM) approach [10][11][12][13][14][15][16][17][18][19][20][21][22][23][24] is frequently used in the software industry. The right-to-left scan, the bmBc shift rule, and the bmGs shift rule are three ingenious concepts used by the Boyer-Moore algorithm.…”
Section: 11mentioning
confidence: 99%
“…The Knuth-Morris-Pratt (KMP) method, 6,13,22,23,28,36,40,52,57,58 developed by Knuth et al accomplishes the left-side comparison. When a match is not occurs, KMP shifts the sliding window to the right, keeping the matched text's suffix and the pattern's prefix as close as possible.…”
Section: Deterministic Finite Automatonmentioning
confidence: 99%