saumyasrivastava08 / Important_Coding_Problems

11 stars 41 forks source link

Balanced Array #71

Closed ritika728 closed 3 years ago

ritika728 commented 3 years ago

Given an array of even size n, we need to find minimum value that can be added to an element so that array become balanced. An array is balanced if the sum of the left half of the array elements is equal to the sum of right half.

ritika728 commented 3 years ago

@saumyasrivastava08 Please assign me this!

deenu-1001 commented 3 years ago

can you assign this to me?