Subset sSum Easy problem

Have to check if sum of any subset is 0 or not.

is there any video lecture on this topic? I am unable to implement it in code. Can someone please explain it with code and example?

Problem Statement https://online.codingblocks.com/player/16166/content/4760?s=3183

Hi Lakshay, here is the brute-force approach - https://ide.codingblocks.com/s/60295
And here is the recursive approach- https://ide.codingblocks.com/s/60297

Go through the codes and reply to this thread in case of further queries.