Loading practice questions
What is the space complexity of the above dynamic programming implementation of the assembly line scheduling problem?
Correct Answer: B — O(n)
Explanation:
The space complexity of the above dynamic programming implementation of the assembly line scheduling problem is O(n).