We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98298b3 commit b29a5e9Copy full SHA for b29a5e9
src/main/java/com/fishercoder/solutions/_974.java
@@ -3,13 +3,6 @@
3
import java.util.HashMap;
4
import java.util.Map;
5
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
-
13
public class _974 {
14
public static class Solution1 {
15
public int subarraysDivByK(int[] A, int K) {
0 commit comments