Efficient Pattern Matching in Elastic-Degenerate Strings

October 25, 2016 Β· Declared Dead Β· πŸ› Information and Computation

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Costas Iliopoulos, Ritu Kundu, Solon Pissis arXiv ID 1610.08111 Category cs.DS: Data Structures & Algorithms Citations 27 Venue Information and Computation Last Checked 3 months ago
Abstract
In this paper, we extend the notion of gapped strings to elastic-degenerate strings. An elastic-degenerate string can been seen as an ordered collection of k > 1 seeds (substrings/subpatterns) interleaved by elastic-degenerate symbols such that each elastic-degenerate symbol corresponds to a set of two or more variable length strings. Here, we present an algorithm for solving the pattern matching problem with (solid) pattern and elastic-degenerate text, running in O(N+Ξ±Ξ³nm) time; where m is the length of the given pattern; n and N are the length and total size of the given elastic-degenerate text, respectively; Ξ± and Ξ³ are small constants, respectively representing the maximum number of strings in any elastic-degenerate symbol of the text and the largest number of elastic-degenerate symbols spanned by any occurrence of the pattern in the text. The space used by the algorithm is linear in the size of the input for a constant number of elastic-degenerate symbols in the text; Ξ± and Ξ³ are so small in real applications that the algorithm is expected to work very efficiently in practice.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted