Ch8n
01/20/2021, 7:34 AMExample:
for an array {1,2,3,4,3,2,1}
output would be 3 because at the 4th position of the array,
the sum of left side of the index ({1,2,3}) and the sum of the right side of the index ({3,2,1}) both are equal to 6.
do check out 👇🏻 my solution
https://chetangupta.net/bbk7/altavir
01/20/2021, 7:50 AMCh8n
01/20/2021, 8:19 AMaltavir
01/20/2021, 8:20 AMCh8n
01/20/2021, 8:34 AMseb
01/20/2021, 8:35 AMCh8n
01/20/2021, 8:59 AM