Array - 13: Find Equilibrium point where elements before & after it has equal sum

preview_player
Показать описание

In this video, we're going to reveal exact steps to Find Equilibrium point where elements before & after it has equal sum in Java

CHECK OUT CODING SIMPLIFIED

★☆★ VIEW THE BLOG POST: ★☆★

I started my YouTube channel, Coding Simplified, during Dec of 2015.
Since then, I've published over 400+ videos.

★☆★ SUBSCRIBE TO ME ON YOUTUBE: ★☆★

★☆★ Send us mail at: ★☆★
Рекомендации по теме
Комментарии
Автор

I had been stucked in this problem from past 30 mins, i am solving this by prefix sum but you did it simply by this method

stranger
Автор

What if the sum if odd number suppose the sum is 17 and the numbers are 2, 2, 1, 3, 7

nethravathim