Can you exaplanthis by taking some example.
i did not understand example shown in the video.
I didn't understand anything in this video
@premang,
What was not clear? You just have to count the number of ways to tile the floor.
For floor of 4*5, there are two ways to tile it with tiles of 4*1.
- Place the first tile vertically and the rest 4 tiles horizontally.
- Place the first 4 tiles horizontally and the rest 1 tile vertically.
https://online.codingblocks.com/app/player/42363/content/98116/5208/code-challenge
i dont understand theses test cases
sample test casessssssssssssssssssssssssssssssssssssssssssssssssss
why code is not given for this problem. why editorial is badly written ? where to complain ?
my queries :
1.explain me sample test cases.
2.give me working code for this problem
my questions:
1.why code is not given for this problem?
2.why editorial contains DP solution in recursion section ?
3.what is the meaning of all those #define lines written before solution ?
4.where to complain ?
3rd class explanation(video)
lets say , n=4 m=7, we have to place 1*m (size of tile). explain me with this test case
Your queries:
- Just copy/paste the sample test cases here and I will explain. I currently cannot access them.
- If we just give away all the working codes, how will anyone learn.
Your questions:
- Because it would be of no use to anyone. You would not benefit anything from copy pasting the code.
- What is the difference between them…?? Both are same.
- You don’t need to know everything when you are a beginner, just code it by yourself, you will learn about them when necessary.
- You are complaining.
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.