ShriyanshiSrivastava / Data_Structures_For_Hacktoberfest

A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
16 stars 80 forks source link

Equilibrium Point #102

Closed davreign-dav closed 3 years ago

davreign-dav commented 3 years ago

Return the index of integer array (equilibrium point) where left sum = right sum.