The 1.375 Approximation Algorithm for Sorting by Transpositions Can Run in $O(n\log n)$ Time
Jesun Sahariar Firoz, Masud Hasan, Ashik Zinnat Khan, and M. Sohel, Rahman

TL;DR
This paper improves the efficiency of the best known approximation algorithm for Sorting by Transpositions in bioinformatics, reducing its runtime from quadratic to near-linear using a permutation tree data structure.
Contribution
The paper demonstrates that the 1.375 approximation algorithm for SPbT can be implemented in O(n log n) time, significantly enhancing its practical applicability.
Findings
Reduced the algorithm's runtime from O(n^2) to O(n log n)
Utilized the permutation tree data structure for efficiency
Maintained the approximation ratio of 1.375
Abstract
Sorting a Permutation by Transpositions (SPbT) is an important problem in Bioinformtics. In this paper, we improve the running time of the best known approximation algorithm for SPbT. We use the permutation tree data structure of Feng and Zhu and improve the running time of the 1.375 Approximation Algorithm for SPbT of Elias and Hartman to . The previous running time of EH algorithm was .
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.
Taxonomy
TopicsAlgorithms and Data Compression · Genome Rearrangement Algorithms · semigroups and automata theory
