HacktoberFest icon indicating copy to clipboard operation
HacktoberFest copied to clipboard

equal_halves_of_array

Open shreya-jpg opened this issue 4 years ago • 0 comments

Given, an array of size n. Find an element that divides the array into two sub-arrays with equal sums.i.e. Find an element in array such that sum of left array is equal to sum of right array.

Language: c++

Please assign this under hacktober fest.

shreya-jpg avatar Oct 03 '21 08:10 shreya-jpg