Abstrakti
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 5n log σ bits of space and reasonable time for a real dataset that consists of DNA fragments.
Alkuperäiskieli | englanti |
---|---|
Otsikko | String Processing and Information Retrieval : 24th International Symposium, SPIRE 2017, Palermo, Italy, September 26-29, 2017, Proceedings |
Toimittajat | Gabriele Fici, Marinella Sciortino, Rosssano Venturini |
Sivumäärä | 13 |
Julkaisupaikka | Cham |
Kustantaja | Springer International Publishing AG |
Julkaisupäivä | 6 syysk. 2017 |
Sivut | 1-13 |
ISBN (painettu) | 978-3-319-67427-8 |
ISBN (elektroninen) | 978-3-319-67428-5 |
DOI - pysyväislinkit | |
Tila | Julkaistu - 6 syysk. 2017 |
OKM-julkaisutyyppi | A4 Artikkeli konferenssijulkaisuussa |
Tapahtuma | International Symposium on String Processing and Information Retrieval - Palermo, Italia Kesto: 26 syysk. 2017 → 29 syysk. 2017 Konferenssinumero: 24 |
Julkaisusarja
Nimi | Lecture Notes in Computer Science |
---|---|
Kustantaja | Springer International Publishing AG |
Vuosikerta | 10508 |
ISSN (painettu) | 0302-9743 |
ISSN (elektroninen) | 1161-3349 |
Tieteenalat
- 113 Tietojenkäsittely- ja informaatiotieteet