8 Range sum query (prefix sum) Easy Arrays & Strings

Given array a, answer multiple range-sum queries [l, r] efficiently.

28 Subarray sum equals k Medium Hash Maps

Count subarrays whose elements sum to exactly k.

133 Product of Array Except Self Medium Arrays & Strings

Given array nums, return an array where each element is the product of all other elements. No division allowed.