Design and Analysis of Algorithms - Old Questions

Question Answer Details

6.  Give the job sequencing algorithm with deadlines. You have given 5 jobs with profit pi and deadline di as

job i = { 1, 2, 3, 4, 5}

pi = {20, 10, 5, 15, 1}

di = { 2, 1, 3, 2, 3}

      Find the optimal job lists that can be executed in sequence with in their deadlines so as to maximize the profits.
8 marks
Asked in 2069

Answer

AI Generated Answer

AI is thinking...