i just want know that if we are using loop inside recursive function then what is the meaning of using concept of recursion.
Can we implement without using loop i have tried and get success by certain point but stuck while returning list. I have just printed subsequences in console. It would be great if you can guide how can i return with list of all subsequences.