2006
DOI: 10.3844/jcssp.2006.82.85
|View full text |Cite
|
Sign up to set email alerts
|

Occurrences Algorithm for String Searching Based on Brute-force Algorithm

Abstract: This study proposes a string searching algorithm as an improvement of the brute-force searching algorithm. The algorithm is named as, Occurrences algorithm. It is based on performing preprocessing for the pattern and for the text before beginning to search for the pattern in the text.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
15
0
1

Year Published

2011
2011
2023
2023

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 41 publications
(16 citation statements)
references
References 1 publication
0
15
0
1
Order By: Relevance
“…The secret text is converted into the representation of the American Standard Code for Information Interchange (ASCII). The algorithm Brute Force is used to determine matches between the RGB decimal frames and the secret text [22]. The brute force is one of the patterns matching algorithms.…”
Section: Finding the Exact Matching (Em) Between The Frames And The Smentioning
confidence: 99%
See 1 more Smart Citation
“…The secret text is converted into the representation of the American Standard Code for Information Interchange (ASCII). The algorithm Brute Force is used to determine matches between the RGB decimal frames and the secret text [22]. The brute force is one of the patterns matching algorithms.…”
Section: Finding the Exact Matching (Em) Between The Frames And The Smentioning
confidence: 99%
“…The algorithm of brute force is used to determine the matches between the decimal RGB frames and the secret text. The following are the main features of the brute force algorithm [22]:…”
Section: Finding the Exact Matching (Em) Between The Frames And The Smentioning
confidence: 99%
“…On the bases of brute force pattern searching scheme another algorithm proponed named as Occurrences algorithm [3]. Approach of occurrence algorithm is to compare text and pattern character by character.…”
Section: Related Workmentioning
confidence: 99%
“…Modified word searching algorithm (MWSA) [2], Occurrence algorithms [3], Word searching algorithm (WSA) [1], and many more algorithms have been proposed to solve pattern searching`s problems. The main problems with these existing algorithms are search time and space overhead.…”
Section: Introductionmentioning
confidence: 99%
“…After the texts in the window are arranged in lines, the characters in the text are compared with a pattern until a match is found. During the searching phase, there would be either a match or mismatch as is normally the case, such that the window is shifted to the rightmost section for the alignment of text which begins from left to right at the beginning of the search (Mohammad et al, 2006).…”
Section: Introductionmentioning
confidence: 99%