home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.theory
- Path: sparky!uunet!brunix!brunix!rn
- From: rn@cs.brown.edu (Robert H.B. Netzer)
- Subject: string matching: need pointers
- Message-ID: <1992Aug25.193416.6264@cs.brown.edu>
- Followup-To: rn@cs.brown.edu
- Keywords: string matching
- Sender: news@cs.brown.edu
- Organization: Brown University Department of Computer Science
- Distribution: usa
- Date: Tue, 25 Aug 1992 19:34:16 GMT
- Lines: 5
-
- Given two sets of strings (that are large binary files), I am interested in
- computing the set of longest identical sequences the two strings have in
- common. Different sequences in the set may or may not overlap; both cases
- are of interest. I'm interested in references to work on algorithms and
- the complexity of this and related matching problems.
-