

MCQOPTIONS
Saved Bookmarks
1. |
What is the time complexity of the above dynamic programming implementation of the assembly line scheduling problem? |
A. | O(1) |
B. | O(n) |
C. | O(n2) |
D. | O(n3) |
Answer» C. O(n2) | |