Entering edit mode
                    5.4 years ago
        shreya.verma808
        
    
        ▴
    
    10
    The time complexity of Needleman-Wunsch algorithm is O(m*n) for pairwise sequence alignment with one sequence of length m and another sequence of length n.For three sequence alignment with lenght m,n,k respectively then what is the time complexity?