Prefix Sum
LeetCode 209: Minimum Size Subarray Sum (Sliding Window)
·1 min
LeetCode
Daily
Medium
Array
Sliding Window
Two Pointers
Prefix Sum
Binary-Search
Sliding window with two pointers; minimize subarray length where sum ≥ target.
LeetCode 1658: Minimum Operations to Reduce X to Zero
·3 mins
LeetCode
Daily
Medium
Sliding Window
Array
Reverse Thinking
Prefix Sum
LeetCode Problem Solving - Reverse Thinking with Sliding Window
LeetCode 1343: Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold
·3 mins
LeetCode
Daily
Medium
Sliding Window
Array
Prefix Sum
Average Calculation
LeetCode Problem Solving - Fixed Size Sliding Window with Sum Calculation
Prefix Sum
·2 mins
Blog
Algorithm
Prefix Sum
Introduction to Prefix Sum
LeetCode 724: Find Pivot Index
·2 mins
LeetCode
Daily
Easy
Prefix Sum
LeetCode Problem Solving
LeetCode 560: Subarray Sum Equals K
·2 mins
LeetCode
Daily
Medium
Prefix Sum
LeetCode Problem Solving
LeetCode 303: Range Sum Query - Immutable
·1 min
LeetCode
Easy
Prefix Sum
LeetCode Problem Solving
LeetCode 1534: Count Good Triplets
·3 mins
LeetCode
Daily
Easy
Prefix Sum
LeetCode Problem Solving