Skip to content

Commit 3a7ac38

Browse files
slidingWindowUpdated with MinSumKSizeSubarray
1 parent 049aba8 commit 3a7ac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/slidingwindow/MinSumKSizeSubarray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public final class MinSumKSizeSubarray {
1919

2020
// Prevent instantiation
21-
private MinSumKSizeSubarray() {}
21+
private MinSumKSizeSubarray() { }
2222

2323
/**
2424
* This method finds the minimum sum of a subarray of a given size k.

0 commit comments

Comments
 (0)