I’m getting time limit exceeded for Tiling problem-II. I had to solve the problem using recursion. Below is the link to the code:
TLE for some cases!
Hello @Divye-Aggarwal-3050062625037589 yes you will get Time limit excedeed because you have to use dynammic programming here:
this question is there in recursion section but wouldnot pass all the test cases without DP.
so leave this question right now and after covering DP you can attempt this.
Happy Learning!!