what is wrong in this code?
Recursion subsequences
@Tiya there is nothing wrong with the code. Your approach is that you’re first including the current character and then excluding it. Whereas, according to the question, you first have to exclude the current character and include it afterward.
Hope this helps.
i tried it by changing the order but it was showing wrong output
can u plz help me out with the code
@Tiya sure. Please send me the code after changing the order so that I can see where the problem is.