ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of the above dynamic programming implementation of the assembly line scheduling problem?
Correct Answer: B — O(n)
The time complexity of the above dynamic programming implementation of the assembly line scheduling problem is O(n).