The all-pairs suffix/prefix (APSP) problem is a classic problem in computer science with many applications in bioinformatics. Given a set {S1,…,Sk} of k strings of total length n, we are asked to find, for each string Si, i∈[1,k], its longest suffix that is a prefix of string Sj, for all j≠i, j∈[1,k]. Several algorithms running in the optimal O(n+k2) time for solving APSP are known. All of these algorithms are based on suffix sorting and thus require space Ω(n) in any case. We consider the parameterized version of the APSP problem, denoted by ℓ-APSP, in which we are asked to output only the pairs whose suffix/prefix overlap is of length at least ℓ. We give an algorithm for solving ℓ-APSP that runs in the optimal O(n+|OUTPUTℓ|) time using O(n) space, where OUTPUTℓ is the set of output pairs. Our algorithm is thus optimal for the APSP problem as well by setting ℓ=0. Notably, our algorithm is fundamentally different from all optimal algorithms solving the APSP problem: it does not rely on sorting the suffixes of all input strings but on a novel traversal of the Aho-Corasick machine, and it thus requires space linear in the size of the machine.

, , , ,
doi.org/10.1016/j.ipl.2022.106275
Information Processing Letters
Pan-genome Graph Algorithms and Data Integration , Algorithms for PAngenome Computational Analysis
,
Centrum Wiskunde & Informatica, Amsterdam (CWI), The Netherlands

Loukides, G., & Pissis, S. (2022). All-pairs suffix/prefix in optimal time using Aho-Corasick space. Information Processing Letters, 178. doi:10.1016/j.ipl.2022.106275