Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

CHECK IF SUBARRAY WITH SUM ZERO EXISTS OR NOT #900

Open ansi22-zz opened 3 years ago

ansi22-zz commented 3 years ago

Hello mentors :)

I want to add one problem that goes like: Statement- Given an array, check if subarray with sum zero exists or not. Example- INPUT- 2 5 1 -8 2 OUTPUT- Yes Explanation- One such subarray { 2 , 5 , 1 , -8 } as 2+5+1+(-8)=0

I would like to work on this issue. Kindly assign it to me. Thankyou!

@anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad @plazzy99 @rudrakshi99

krishna-NIT commented 3 years ago

Hi, I am GSSOC'21 participant

My code will be in JAVA with proper comments and test cases. @rudrakshi99 @nakul-19 @plazzy99 @tarun26091999 please assign me this issue

Aarti002 commented 3 years ago

hey @tarun26091999 @rudrakshi99 under gssoc'21 can i work on this issue in python Thank you!