We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ec509 commit 3b04987Copy full SHA for 3b04987
README.md
@@ -13,7 +13,7 @@ FCFS is a non-preemptive scheduling algorithm that schedules processes based on
13
14
The `CpuScheduling` class is used to represent the CPU scheduling algorithms. The FCFS algorithm is implemented in the `fcfs` method.
15
16
-*current implementation can only handle unique arrival times*
+*current implementaion can handle arrival time(s) with same value and can detect any halts*
17
18
### Usage
19
0 commit comments