%0 Conference Paper %B Foundations of Computer Science, 1996. Proceedings., 37th Annual Symposium on %D 1996 %T Efficient approximate and dynamic matching of patterns using a labeling paradigm %A Sahinalp,S. C %A Vishkin, Uzi %K algorithm;replaced %K algorithmics;substrings;suffix %K algorithms;pattern %K approximate %K characters;dynamic %K characters;labeling %K characters;string %K complexity;indexing;parallel %K construction;computational %K data %K dictionary %K dynamic %K indexing;efficient %K matching;deleted %K matching;dynamic %K matching;efficient %K matching;inserted %K matching;string %K matching;tree %K paradigm;optimal %K Parallel %K pattern %K PROCESSING %K string %K structures; %K text %K tree %X A key approach in string processing algorithmics has been the labeling paradigm which is based on assigning labels to some of the substrings of a given string. If these labels are chosen consistently, they can enable fast comparisons of substrings. Until the first optimal parallel algorithm for suffix tree construction was given by the authors in 1994 the labeling paradigm was considered not to be competitive with other approaches. They show that this general method is also useful for several central problems in the area of string processing: approximate string matching, dynamic dictionary matching, and dynamic text indexing. The approximate string matching problem deals with finding all substrings of a text which match a pattern ldquo;approximately rdquo;, i.e., with at most m differences. The differences can be in the form of inserted, deleted, or replaced characters. The text indexing problem deals with finding all occurrences of a pattern in a text, after the text is preprocessed. In the dynamic text indexing problem, updates to the text in the form of insertions and deletions of substrings are permitted. The dictionary matching problem deals with finding all occurrences of each pattern set of a set of patterns in a text, after the pattern set is preprocessed. In the dynamic dictionary matching problem, insertions and deletions of patterns to the pattern set are permitted %B Foundations of Computer Science, 1996. Proceedings., 37th Annual Symposium on %P 320 - 328 %8 1996/10// %G eng %R 10.1109/SFCS.1996.548491