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