Here is my code
https://ide.codingblocks.com/s/329057
2 Failed testcases
Hey @apoorvagupta1
You missed one recursion call hence your code will fail for simple test case like this “LLL”
Add addstar(a,i+2);
after line 14 and before 15.
Hey @apoorvagupta1
You missed one recursion call hence your code will fail for simple test case like this “LLL”
Add addstar(a,i+2);
after line 14 and before 15.