Skip to content

Commit b29a5e9

Browse files
refactor 974
1 parent 98298b3 commit b29a5e9

File tree

1 file changed

+0
-7
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-7
lines changed

src/main/java/com/fishercoder/solutions/_974.java

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
import java.util.HashMap;
44
import java.util.Map;
55

6-
/**
7-
* 974. Subarray Sums Divisible by K
8-
*
9-
* Given an array A of integers, return the number of (contiguous, non-empty) subarrays that have a sum
10-
* divisible by K.
11-
* */
12-
136
public class _974 {
147
public static class Solution1 {
158
public int subarraysDivByK(int[] A, int K) {

0 commit comments

Comments
 (0)