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 069fdac commit cd32924Copy full SHA for cd32924
src/main/java/com/thealgorithms/scheduling/diskscheduling/LookScheduling.java
@@ -15,8 +15,7 @@ public class LookScheduling {
15
private final int currentPosition;
16
private boolean movingUp;
17
private int farthestPosition;
18
-
19
+
20
public LookScheduling(int startPosition, boolean initialDirection, int maxTrack) {
21
this.currentPosition = startPosition;
22
this.movingUp = initialDirection;
0 commit comments