Topic Topics in Contemporary Math Consider the following dia
Topic: Topics in Contemporary Math
Consider the following diagraph of jobs.
Using the decreasing time algorithm and 2 processors, what is the completion time?
Solution
Solution:
PRIORITY LIST:
F, E, D, C, B, A, G
The completion time is:
= 20
Procedure: Create a Priority List by listing all tasks in order from longest to shortest processing time and use that list to schedule your project.
