Prefix Sum - 4
Oct 3, 2025 · 3 min read · LeetCode 724: Find Pivot Index – A Mathematical Prefix Sum Problem We’ve been solving prefix sum questions, and this one — Find Pivot Index — is actually more about mathematics than coding tricks. The problem says: Find an index where the sum of all...
Join discussion