Faster algorithm for computing translocation distance of sorting signed genomes
目的 寻找-种有向染色体组织移位排序距离的快速算法,解决其计算的复杂性问题.方法 引入长圈的分裂和新的长圈分组算法,降低计算复杂性.结果 原有的排序最好算法的复杂度为O(n2),改进算法的复杂度为O(nlg*n).结论 改进算法能大大提高计算速度,避免了排序算法的NP难问题.