English

A Faster Construction of Greedy Consensus Trees

Data Structures and Algorithms 2017-07-05 v2

Abstract

A consensus tree is a phylogenetic tree that captures the similarity between a set of conflicting phylogenetic trees. The problem of computing a consensus tree is a major step in phylogenetic tree reconstruction. It also finds applications in predicting a species tree from a set of gene trees. This paper focuses on two of the most well-known and widely used oconsensus tree methods: the greedy consensus tree and the frequency difference consensus tree. Given kk conflicting trees each with nn leaves, the previous fastest algorithms for these problems were O(kn2)O(k n^2) for the greedy consensus tree [J. ACM 2016] and O~(min{kn2,k2n})\tilde O(\min \{ k n^2, k^2n\}) for the frequency difference consensus tree [ACM TCBB 2016]. We improve these running times to O~(kn1.5)\tilde O(k n^{1.5}) and O~(kn)\tilde O(k n) respectively.

Keywords

Cite

@article{arxiv.1705.10548,
  title  = {A Faster Construction of Greedy Consensus Trees},
  author = {Paweł Gawrychowski and Gad M. Landau and Wing-Kin Sung and Oren Weimann},
  journal= {arXiv preprint arXiv:1705.10548},
  year   = {2017}
}
R2 v1 2026-06-22T20:03:17.435Z