FInd Pivot index
Problem Statement:
Given an array of integers nums, your task is to find the pivot index. The pivot index is the index where the sum of all the numbers to the left of the index is equal to the sum of all the numbers to the right of the index. If no s...
yesamitsingh.hashnode.dev3 min read