1.

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 mentionedI got this question in an interview.The above asked question is from Assembly Line Scheduling topic in portion Dynamic Programming of Data Structures & Algorithms II

Answer»

Right CHOICE is (d) All of the mentioned

Easy EXPLANATION - All of the above mentioned methods can be USED to solve the assembly LINE scheduling PROBLEM.



Discussion

No Comment Found

Related InterviewSolutions