1.

In SW algorithm, to align two sequences of lengths of m and n _________ time is required.

A. O(mn)
B. O(m<sup>2</sup>n)
C. O(m<sup>2</sup>n<sup>3</sup>)
D. O(mn<sup>2</sup>)
Answer» C. O(m<sup>2</sup>n<sup>3</sup>)


Discussion

No Comment Found