On Computing Average Common Substring Over Run Length Encoded Sequences

May 16, 2018 Β· Declared Dead Β· πŸ› Fundamenta Informaticae

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Sahar Hooshmand, Neda Tavakoli, Paniz Abedin, Sharma V. Thankachan arXiv ID 1805.06177 Category cs.DS: Data Structures & Algorithms Citations 5 Venue Fundamenta Informaticae Last Checked 4 months ago
Abstract
The Average Common Substring (ACS) is a popular alignment-free distance measure for phylogeny reconstruction. The ACS can be computed in O(n) space and time, where n=x+y is the input size. The compressed string matching is the study of string matching problems with the following twist: the input data is in a compressed format and the underling task must be performed with little or no decompression. In this paper, we revisit the ACS problem under this paradigm where the input sequences are given in their run-length encoded format. We present an algorithm to compute ACS(X,Y) in O(Nlog N) time using O(N) space, where N is the total length of sequences after run-length encoding.
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