al-go-rithms icon indicating copy to clipboard operation
al-go-rithms copied to clipboard

Equilibrium Point in an Array

Open HellspawnXerxes opened this issue 1 year ago • 2 comments

Can you assign this problem to me? I will be really grateful to you if you tag this as my Hacktoberfest 2022 contribution.

This is a(n):

  • [x] New algorithm
  • [ ] Update to an existing algorithm
  • [ ] Error
  • [ ] Proposal to the Repository

Details:

Equilibrium point in an array problem states that we need to find a point or an element in the array where the sum of the elements before the element and sum of the elements after the element is equivalent.

HellspawnXerxes avatar Oct 04 '22 12:10 HellspawnXerxes