InterviewSolution
Saved Bookmarks
| 1. |
In the dynamic programming implementation of the assembly line scheduling problem, how many lookup tables are required?(a) 0(b) 1(c) 2(d) 3This question was posed to me during an interview.This intriguing question comes from Assembly Line Scheduling in section Dynamic Programming of Data Structures & Algorithms II |
|
Answer» Right option is (c) 2 |
|