Fix typos
This commit is contained in:
parent
fa3dbd719d
commit
06573ed2a0
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@ the [optimal job scheduling problem][ojs problem] and can often be seen as a
|
|||
|
||||
### Example
|
||||
|
||||
If we have 4 tasks tasks to execute. Three of then takes 1 second each to
|
||||
execute and the last one takes 3 seconds. We have 2 processing units of equal
|
||||
power.
|
||||
We have 4 tasks tasks to execute. Three of them takes 1 second each to execute
|
||||
and the last one takes 3 seconds. We have 2 processing units of equal power.
|
||||
|
||||
If each processing unit starts by executing one of the 1s tasks, they will both
|
||||
finis this job after one second. Then, one of those processing unit will
|
||||
|
|
Loading…
Reference in a new issue