1
0

added base for FCFS algorithm

This commit is contained in:
2024-10-08 14:14:31 +02:00
parent 4a0e1d3209
commit 7120fe0509
2 changed files with 90 additions and 0 deletions

4
execution_example.csv Normal file
View File

@@ -0,0 +1,4 @@
1 10 0 0
2 103 3 0
3 108 96 0
...
1 1 10 0 0
2 2 103 3 0
3 3 108 96 0
4 ...