514 views

1 Answer

Best answer
6 votes
6 votes
Complexity of algorithm determined by slowest program fragment.
So it will be $O(n^3)$ and we can not select $\Omega(n^3)$ in absence of lower bound data.
selected by
Answer:

Related questions

2 votes
2 votes
1 answer
3
Bikram asked Oct 4, 2016
341 views
The Matrix Chain-Product dynamic programming Algorithm runs in _______linear timeexponential timequadratic timecubic time