English

Incomplete Directed Perfect Phylogeny in Linear Time

Data Structures and Algorithms 2020-10-13 v1

Abstract

Reconstructing the evolutionary history of a set of species is a central task in computational biology. In real data, it is often the case that some information is missing: the Incomplete Directed Perfect Phylogeny (IDPP) problem asks, given a collection of species described by a set of binary characters with some unknown states, to complete the missing states in such a way that the result can be explained with a perfect directed phylogeny. Pe'er et al. proposed a solution that takes O~(nm)\tilde{O}(nm) time for nn species and mm characters. Their algorithm relies on pre-existing dynamic connectivity data structures: a computational study recently conducted by Fern{\'a}ndez-Baca and Liu showed that, in this context, complex data structures perform worse than simpler ones with worse asymptotic bounds. This gives us the motivation to look into the particular properties of the dynamic connectivity problem in this setting, so as to avoid the use of sophisticated data structures as a blackbox. Not only are we successful in doing so, and give a much simpler O~(nm)\tilde{O}(nm)-time algorithm for the IDPP problem; our insights into the specific structure of the problem lead to an asymptotically faster algorithm, that runs in optimal O(nm)O(nm) time.

Keywords

Cite

@article{arxiv.2010.05644,
  title  = {Incomplete Directed Perfect Phylogeny in Linear Time},
  author = {Giulia Bernardini and Paola Bonizzoni and Paweł Gawrychowski},
  journal= {arXiv preprint arXiv:2010.05644},
  year   = {2020}
}

Comments

12 pages, 3 figures

R2 v1 2026-06-23T19:16:31.208Z