pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Can Balance? #280

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Given a non empty array, return true if there is a place to split the array so that the sum of the numbers on one side is equal to the sum of the numbers on the other side.

Example

Input: 1, 1, 1, 2, 1 Output: True

Input: 2, 1, 1, 2, 1 Output: False

Contributors are supposed to mention their coding language while asking for assignment

ankitsri98 commented 3 years ago

Please Assign this doubt to me I'll Try To resolve it as soon as possible . My Language is C++. Thank you.

sashpawar11 commented 3 years ago

Hey can you assign me this task! I can try solving it using c/c++

marlonluca commented 3 years ago

Hey! I want to work on this, using Java :-)

ghanender-chauhan commented 3 years ago

i want to work on this issue . I will do in python

Monigingir commented 3 years ago

Hi Pratik, May I work on this. i would like to use python. Wrote the code using python in a branch. https://github.com/pratik-choudhari/AlgoCode/pull/290

eceaydemir commented 3 years ago

hello, I already wrote the code in Python. I would love to share if you can assign me, thanks!

dhairya-parikh commented 3 years ago

Can you please assign it to me, for JAVA? Thank you.

pratik-choudhari commented 3 years ago

@eeayd @Monigingir This issue has already been assigned to other contributors based on FCFS. @dhairya-parikh You have been assigned to 2 issues which is the max limit for this repository.

eceaydemir commented 3 years ago

okay then I implemented it in Ruby too. I can share that one if you assign me, thanks.

pratik-choudhari commented 3 years ago

@eeayd Actually we are not accepting submissions for ruby, you can solve other issue in python!

ricardosmithco commented 3 years ago

Hi @pratik-choudhari can you please assign this to me I can provide working Java solution (today) :)

pratik-choudhari commented 3 years ago

@ricardosmithco It is already assigned so I can't do that.

ricardosmithco commented 3 years ago

Okay, I didn't see it was already assigned for Java solution. Thanks @pratik-choudhari