HacktoberFest
HacktoberFest copied to clipboard
equal_halves_of_array
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.