InterviewSolution
Saved Bookmarks
| 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 |
|