Prefix Sum - 4
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...
prefix-sum.hashnode.dev3 min read