Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

equal_halves_of_array #1683

Open
shreya-jpg opened this issue Oct 3, 2021 · 0 comments
Open

equal_halves_of_array #1683

shreya-jpg opened this issue Oct 3, 2021 · 0 comments
Assignees

Comments

@shreya-jpg
Copy link
Contributor

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.

mergify bot added a commit that referenced this issue Oct 3, 2021
added equal_halves_of_array.cpp as per #1683
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant