1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following methods can be us...
Q.

Which of the following methods can be used to solve the assembly line scheduling problem?

A. recursion
B. brute force
C. dynamic programming
D. all of the mentioned
Answer» D. all of the mentioned
Explanation: all of the above mentioned methods can be used to solve the assembly line scheduling problem.

Discussion