ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of the brute force algorithm used to solve the assembly line scheduling problem?
Correct Answer: D — O(2^{n})
In the brute force algorithm, all the possible ways are calculated which are of the order of 2^{n}.