Greedy Shortest Common Superstring Approximation in Compact Space

July 24, 2017 Β· Declared Dead Β· πŸ› SPIRE

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Jarno Alanko, Tuukka Norri arXiv ID 1707.07727 Category cs.DS: Data Structures & Algorithms Citations 7 Venue SPIRE Last Checked 4 months ago
Abstract
Given a set of strings, the shortest common superstring problem is to find the shortest possible string that contains all the input strings. The problem is NP-hard, but a lot of work has gone into designing approximation algorithms for solving the problem. We present the first time and space efficient implementation of the classic greedy heuristic which merges strings in decreasing order of overlap length. Our implementation works in $O(n \log Οƒ)$ time and bits of space, where $n$ is the total length of the input strings in characters, and $Οƒ$ is the size of the alphabet. After index construction, a practical implementation of our algorithm uses roughly $5 n \log Οƒ$ bits of space and reasonable time for a real dataset that consists of DNA fragments.
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