This document presents an improved algorithm for finding sequence similarity between genetic codes using the longest common subsequence (LCS) algorithm.
The authors develop an efficient LCS algorithm that takes advantage of dynamic programming to improve performance over traditional edit distance algorithms. They apply their modified LCS algorithm to calculate the percentage matching between DNA sequences and test it on randomly generated DNA sequences.
Their results show the algorithm can accurately find the exact sequence comparison between genetic codes and has a time complexity of O(n^2), improving over the O(n^3) complexity of traditional edit distance algorithms. This DNA sequence comparison method could help discover evolutionary relationships and apply genetic information between sequences.