-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68c5a2f
commit 6b174a2
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
40 2 100 100 | ||
250 3 72 20 | ||
300 4 40 30 | ||
400 6 76 20 | ||
450 8 24 30 | ||
600 5 52 20 | ||
800 7 32 30 | ||
1000 9 52 10 | ||
1200 10 16 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
report first attempt | ||
I used the shortest job first algorithm for cs | ||
and used the least frequency used algorithm for cm |