Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

equilibrium_point__Programme_added #25

Merged
merged 1 commit into from
Oct 8, 2022
Merged

equilibrium_point__Programme_added #25

merged 1 commit into from
Oct 8, 2022

Conversation

Jimmy-Taravia2001
Copy link
Contributor

I have executued the code for getting an equilibrium point in an array. equilibrium point literally means the element in an array where the sum of elements on it's left side is equal to the sum of elements on it's right side.
I wrote the function equilibrium_point() that will take an array a[], it's length n as an input and return the equilibrium point of that array, if it does not exist, it simply would return zero.
I hope you like these changes.
would love to listen from you what do you think?

  • Jimmy Taravia

@Hetarth02
Copy link
Owner

I will soon be reviewing all the PRs(Probably by the end of coming Saturday and Sunday). Sorry for the wait.

@Hetarth02 Hetarth02 merged commit 02f24fa into Hetarth02:main Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants