Sorting with Fixed-Length Reversals

T. Chen,Steven S. Skiena
1995-01-01
Abstract:We investigate the problem of sorting circular permutations of length $n$ using reversals of length $k$. Of interest is the connectivity and diameter of the underlying group. For all values of $n$ and $k$, we characterize the number of connected components of the underlying group. To bound the diameter of the group, we give an algorithm to sort all sortable circular permutations in $0(n^{2}/k+nk)$ reversals, and show that $\Omega(n^{2}/k^{2}+n)$ reversals are necessary.
What problem does this paper attempt to address?