thisisshub/HacktoberFest

equal_halves_of_array

Opened this issue · 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.