This paper proposes a new solution to string matching problem. This solution constructs an inverted list representing a string pattern to be searched for. It then uses a new algorithm to process an input string in a single pass. The preprocessing phase takes 1) time complexity O(m) 2) space complexity O(1) where m is the length of pattern. The searching phase time complexity takes 1) O(m+α ) in average case 2) O(n/m) in the best case and 3) O(n) in the worst case, where α is the number of comparing leading to mismatch and n is the length of input text
The pattern matching is a well known and important task of the pattern discovery process in today’s ...
Abstract. The approximate string matching problem consists in finding all locations at which a patte...
AbstractGiven a text of length n, a pattern of length m, and an integer k, we present an algorithm f...
AbstractWe study the exact number of symbol comparisons that are required to solve the string matchi...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
Abstract. We present an efficient algorithm for finding all approximate occurrences of a given patte...
The web has become a resourceful tool for almost all domains today. Search engines prominently use i...
Abstract — String matching is the technique of finding the occurrences of a character pattern in a g...
. We propose a simple but efficient algorithm for searching all occurrences of a pattern or a class ...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
AbstractAn approximate string-matching algorithm is described based on earlier attribute-matching al...
Approximate string matching is a basic and important concept in many applications of information ret...
1 Introduction As one of the most widely studied problems in computer science, String Matching shows...
The pattern matching is a well known and important task of the pattern discovery process in today’s ...
Abstract. The approximate string matching problem consists in finding all locations at which a patte...
AbstractGiven a text of length n, a pattern of length m, and an integer k, we present an algorithm f...
AbstractWe study the exact number of symbol comparisons that are required to solve the string matchi...
In this paper a new exact string-matching algorithm with sub-linear average case complexity has been...
AbstractThe exact string matching problem is to find the occurrences of a pattern of length m from a...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
Abstract. We present an efficient algorithm for finding all approximate occurrences of a given patte...
The web has become a resourceful tool for almost all domains today. Search engines prominently use i...
Abstract — String matching is the technique of finding the occurrences of a character pattern in a g...
. We propose a simple but efficient algorithm for searching all occurrences of a pattern or a class ...
International audienceWe propose a simple but e cient algorithm for searching all occurrences of a p...
AbstractAn approximate string-matching algorithm is described based on earlier attribute-matching al...
Approximate string matching is a basic and important concept in many applications of information ret...
1 Introduction As one of the most widely studied problems in computer science, String Matching shows...
The pattern matching is a well known and important task of the pattern discovery process in today’s ...
Abstract. The approximate string matching problem consists in finding all locations at which a patte...
AbstractGiven a text of length n, a pattern of length m, and an integer k, we present an algorithm f...