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

Best explanation: In the dynamic programming implementation of the assembly line scheduling problem, 2 lookup tables are required one for storing the MINIMUM time and the other for storing the assembly line NUMBER.



Discussion

No Comment Found

Related InterviewSolutions