← All methods
Given array a, answer multiple range-sum queries [l, r] efficiently.
Count subarrays whose elements sum to exactly k.
Given array nums, return an array where each element is the product of all other elements. No division allowed.