The main focus of this dissertation is in its testing and evaluation of five string matching algorithms. All the selected algorithms were coded in C programs, and then a few test cases were also developed to test the efficiencies of the above algorithms under different simulations. From the results, the dissertation concludes that there is a variation of performance in terms of execution time as well as number of comparisons made for different algorithms when subjected under different testing conditions. In terms of execution time, the Horspool algorithm has achieved the best performance. The Boyer- Moore algorithm is more efficient in terms of direct character comparisons.Master of Science (Communication and Network Systems
String searching is the search process by using the index to find text that can help in information ...
This thesis presents different string searching algorithms. The string searching or string matching ...
The advent of digital computers has made the routine use of pattern-matching possible in various app...
There are many different types of strategies for the search of a pattern in a string or text and the...
Abstract — String matching is the technique of finding the occurrences of a character pattern in a g...
summary:In this paper we present experimental results for string matching algorithms which have a co...
The pattern matching is a well known and important task of the pattern discovery process in today’s ...
Abstract- In this paper the applicability of the various strings matching algorithms are being descr...
We present the first derivation of the search phase of the Boyer-Moore stringmatching algorithm by p...
The string matching problem has attracted a lot of interest throughout the history of computer scien...
We survey the current techniques to cope with the problem of string matching that allows errors. Thi...
The string searching task can be classified as a classic information processing task. Users either e...
In recent years string matching plays a functional role in many application like information retriev...
Approximate string matching is a basic and important concept in many applications of information ret...
Computer students need a dictionary of computer terms to deepen lectures. In developing dictionary a...
String searching is the search process by using the index to find text that can help in information ...
This thesis presents different string searching algorithms. The string searching or string matching ...
The advent of digital computers has made the routine use of pattern-matching possible in various app...
There are many different types of strategies for the search of a pattern in a string or text and the...
Abstract — String matching is the technique of finding the occurrences of a character pattern in a g...
summary:In this paper we present experimental results for string matching algorithms which have a co...
The pattern matching is a well known and important task of the pattern discovery process in today’s ...
Abstract- In this paper the applicability of the various strings matching algorithms are being descr...
We present the first derivation of the search phase of the Boyer-Moore stringmatching algorithm by p...
The string matching problem has attracted a lot of interest throughout the history of computer scien...
We survey the current techniques to cope with the problem of string matching that allows errors. Thi...
The string searching task can be classified as a classic information processing task. Users either e...
In recent years string matching plays a functional role in many application like information retriev...
Approximate string matching is a basic and important concept in many applications of information ret...
Computer students need a dictionary of computer terms to deepen lectures. In developing dictionary a...
String searching is the search process by using the index to find text that can help in information ...
This thesis presents different string searching algorithms. The string searching or string matching ...
The advent of digital computers has made the routine use of pattern-matching possible in various app...