Blog
Home
About
Category
prefix-sum
K Radius Subarray Averages
Posted last year
The task is to compute running average of an array. We must do it efficiently.
Subarray Sums Divisible by K
Posted 2 years ago
Given an array of integers and an integer k, the problem is to find the total number of continuous subarrays whose sum is divisible by k