Skip to content

Commit 3b04987

Browse files
authored
updated readme
1 parent 66ec509 commit 3b04987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FCFS is a non-preemptive scheduling algorithm that schedules processes based on
1313

1414
The `CpuScheduling` class is used to represent the CPU scheduling algorithms. The FCFS algorithm is implemented in the `fcfs` method.
1515

16-
*current implementation can only handle unique arrival times*
16+
*current implementaion can handle arrival time(s) with same value and can detect any halts*
1717

1818
### Usage
1919

0 commit comments

Comments
 (0)