Vidyalelo
Data Structure · Q240

Dynamic Programming in Data Structures

Programming · Data Structure · question 240

Q240

What is the space complexity of the above dynamic programming implementation of the assembly line scheduling problem?

A.
O(1)
B.
O(n)
Answer
C.
O(n2)
D.
O(n3)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board