Skip to content

Commit 82fbe4d

Browse files
committed
Fix
1 parent fcee154 commit 82fbe4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/scheduling/HighestResponseRatioNextScheduling.java

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* and improve overall system performance by balancing short and long processes.
1313
*/
1414
public class HighestResponseRatioNextScheduling {
15+
private HighestResponseRatioNextScheduling() {
16+
}
1517

1618
/**
1719
* Calculates the Turn Around Time (TAT) for each process.

0 commit comments

Comments
 (0)