why is it failing at some testcases?
Mapped string in recursion
hello @nirupama1

a) it should be <= in place of <.
b) u can combine s[i] and s[i+1] only when s[i]!=‘0’ AND digit <= 26
corrected these but still failing those cases. and now even at 123 it is giving wrong answers with garbage values.
after adding those changes ur code is giving correct output but still it is not passing some test cases.
urs output is same as required output but it is giving wa maybe due to some technical issue.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.