Start assignment 4
This commit is contained in:
BIN
Assignment4/documentation/Assignment 4-v2.pdf
Normal file
BIN
Assignment4/documentation/Assignment 4-v2.pdf
Normal file
Binary file not shown.
6
Assignment4/documentation/a4_sample_input_1.txt
Normal file
6
Assignment4/documentation/a4_sample_input_1.txt
Normal file
@ -0,0 +1,6 @@
|
||||
3
|
||||
User Process Arrival Duration
|
||||
Jim A 2 5
|
||||
Mary B 2 2
|
||||
Sue C 5 5
|
||||
Mary D 6 2
|
7
Assignment4/documentation/a4_sample_input_2.txt
Normal file
7
Assignment4/documentation/a4_sample_input_2.txt
Normal file
@ -0,0 +1,7 @@
|
||||
3
|
||||
User Process Arrival Duration
|
||||
Jim A 2 5
|
||||
Mary B 2 2
|
||||
Mary D 6 2
|
||||
Sue C 7 5
|
||||
Hassan E 22 3
|
22
Assignment4/documentation/a4_sample_output_1.txt
Normal file
22
Assignment4/documentation/a4_sample_output_1.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Time Job
|
||||
1 -
|
||||
2 A
|
||||
3 A
|
||||
4 A
|
||||
5 B
|
||||
6 B
|
||||
7 A
|
||||
8 A
|
||||
9 C
|
||||
10 C
|
||||
11 C
|
||||
12 D
|
||||
13 D
|
||||
14 C
|
||||
15 C
|
||||
16 -
|
||||
|
||||
Summary
|
||||
Jim 8
|
||||
Mary 13
|
||||
Sue 15
|
32
Assignment4/documentation/a4_sample_output_2.txt
Normal file
32
Assignment4/documentation/a4_sample_output_2.txt
Normal file
@ -0,0 +1,32 @@
|
||||
Time Job
|
||||
1 -
|
||||
2 A
|
||||
3 A
|
||||
4 A
|
||||
5 B
|
||||
6 B
|
||||
7 A
|
||||
8 A
|
||||
9 D
|
||||
10 D
|
||||
11 C
|
||||
12 C
|
||||
13 C
|
||||
14 C
|
||||
15 C
|
||||
16 -
|
||||
17 -
|
||||
18 -
|
||||
19 -
|
||||
20 -
|
||||
21 -
|
||||
22 E
|
||||
23 E
|
||||
24 E
|
||||
25 -
|
||||
|
||||
Summary
|
||||
Jim 8
|
||||
Mary 10
|
||||
Sue 15
|
||||
Hassan 24
|
Reference in New Issue
Block a user