Vidyalelo
Data Structure · Q158

Dynamic Programming in Data Structures

Programming · Data Structure · question 158

Q158

Consider the following assembly line problem: time_to_reach[2][3] = 17, 2, 7, 19, 4, 9 time_spent[2][4] = 6, 5, 15, 7, 5, 10, 11, 4 entry_time[2] = 8, 10 exit_time[2] = 10, 7 num_of_stations = 4 What is the minimum time required to build the car chassis?

A.
40
B.
41
C.
42
D.
43
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board