The time complexity of the naive dynamic programming algorithm for sequence alignment is:
O(2^n)
O(n log n)
O(n^2)
O(n!)

Advanced Algorithms Übungen werden geladen ...