0
1.1kviews
(Duplicate) Write down algorithm of job sequencing using deadlines. Solve the following Problem.
written 6.9 years ago by | modified 2.6 years ago by |
Write down algorithm of job sequencing using deadlines. Solve the following Problem. N=5
(P1, P2, P3, P4, P5) = (20, 15, 10, 5, 3)
(d1, d2, d3, d4, d5) = (2, 2, 1 ,3, 3)
ADD COMMENT
EDIT
Marked as duplicate
This question already has an answer, hence merged with: Explain Job sequencing with deadliner for the given instance. n=5, {P1, P2, P3, P4, P 5} = {20, 15, 10, 5, 3} & {d1, d2, d3, d4, d5} = {2, 2, 1, 3, 3}