International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 177 - Issue 10 |
Published: Oct 2019 |
Authors: Rawan Ali Abdeen |
![]() |
Rawan Ali Abdeen . An Algorithm for String Searching. International Journal of Computer Applications. 177, 10 (Oct 2019), 17-22. DOI=10.5120/ijca2019919484
@article{ 10.5120/ijca2019919484, author = { Rawan Ali Abdeen }, title = { An Algorithm for String Searching }, journal = { International Journal of Computer Applications }, year = { 2019 }, volume = { 177 }, number = { 10 }, pages = { 17-22 }, doi = { 10.5120/ijca2019919484 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2019 %A Rawan Ali Abdeen %T An Algorithm for String Searching%T %J International Journal of Computer Applications %V 177 %N 10 %P 17-22 %R 10.5120/ijca2019919484 %I Foundation of Computer Science (FCS), NY, USA
Many problems encountered require string searching to solve them. Thus, string searching algorithms are important. They play the vital role in various fields and applications, including text editing, finding part of DNA in bio informatics engineering, text searching, computer security, linguistics, artificial intelligence and web search engines. In this paper, a string searching algorithm is proposed. The proposed algorithm aims to improve the brute-force searching algorithm. It finds all the occurrences of a pattern within a given text. The pattern and the text are to be preprocessed before the actual searching starts.