Faster Algorithms for Sorting by Transpositions and Sorting by Block-Interchanges

Jianxing Feng,Daming Zhu
DOI: https://doi.org/10.1007/11750321_12
2006-01-01
Abstract:In this paper, we present a new data structure–permutation tree to improve the running time of sorting permutation by transpositions and sorting permutation by block-interchanges. The 1.5-approximation algorithm for sorting permutation by transpositions has time complexity $O(n^{\frac{3}{2}} \sqrt{log n})$. By the permutation tree, we can improve this algorithm to achieve time complexity O(nlogn). We can also improve the algorithm for sorting permutation by block interchanges to make its time complexity from O(n2) down to O(nlogn).
What problem does this paper attempt to address?