Parallel Algorithms for Reversal Distance of Permutations on PRAM and LARPBS

Yi-Fei SHEN,Guo-Liang CHEN,Qiang-Feng ZHANG
DOI: https://doi.org/10.1360/jos182683
2007-01-01
Journal of Software
Abstract:This paper presents two parallel algorithms to compute reversal distance of two signed permutations on different models. These two algorithms are based on Hannenhalli and Pevzner's theory and composed of three key steps: Construct break point graph, compute the number of cycles in break point graph and compute the number of hurdles in break point graph. The first algorithm runs in O(log 2 n) time using O(n 2 ) processors in SIMD-CREW model. The second one can solve the problem in O(logn) bus cycles by using O(n 3 ) processors on the linear array
What problem does this paper attempt to address?