Algorithms for the Majority Rule (+) Consensus Tree and the Frequency Difference Consensus Tree
Jesper Jansson, Chuanqi Shen, and Wing-Kin Sung

TL;DR
This paper introduces two efficient deterministic algorithms for constructing consensus trees from multiple phylogenetic trees, optimizing for time complexity and handling large datasets effectively.
Contribution
It presents the first optimal algorithm for the majority rule (+) consensus tree and a new efficient algorithm for the frequency difference consensus tree.
Findings
Majority rule (+) consensus tree constructed in optimal O(kn) time.
Frequency difference consensus tree constructed in min(O(kn^2), O(kn (k+log^2 n))) time.
Algorithms are deterministic and suitable for large phylogenetic datasets.
Abstract
This paper presents two new deterministic algorithms for constructing consensus trees. Given an input of k phylogenetic trees with identical leaf label sets and n leaves each, the first algorithm constructs the majority rule (+) consensus tree in O(kn) time, which is optimal since the input size is Omega(kn), and the second one constructs the frequency difference consensus tree in min(O(kn^2), O(kn (k+log^2 n))) time.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
