What Should be the base case for this question ,as for 41 tile if n becomes 1 i will return 1 but for 14 tile what will i give the base case as for every n it will not be the multiple of 4
What should be the base case
You have to solve this question using dynamic programming , since it is an example of overlapping subproblems