java.lang.Object
g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold.Solution

public class Solution extends Object
  • Constructor Details

    • Solution

      public Solution()
  • Method Details

    • numOfSubarrays

      public int numOfSubarrays(int[] arr, int k, int threshold)