Efficiently decoding strings from their shingles
Abstract
Determining whether an unordered collection of overlapping substrings (called shingles) can be uniquely decoded into a consistent string is a problem that lies within the foundation of a broad assortment of disciplines ranging from networking and information theory through cryptography and even genetic engineering and linguistics. We present three perspectives on this problem: a graph theoretic framework due to Pevzner, an automata theoretic approach from our previous work, and a new insight that yields a time-optimal streaming algorithm for determining whether a string of characters over the alphabet can be uniquely decoded from its two-character shingles. Our algorithm achieves an overall time complexity and space complexity . As an application, we demonstrate how this algorithm can be extended to larger shingles for efficient string reconciliation.
Cite
@article{arxiv.1204.3293,
title = {Efficiently decoding strings from their shingles},
author = {Aryeh Kontorovich and Ari Trachtenberg},
journal= {arXiv preprint arXiv:1204.3293},
year = {2012}
}