Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 222 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 222 Bytes

Contiguous-Subarrays

Given an array of integers a, consider all this Contiguous Subarrays of length m. Calculate the number of such subarrays, which contain a pair of integers in it with sum greater than or equal to k.