A 3x2 rectangle can be filled with 1x1 and 2x2 tiles in three ways:
The colors merely distinguish the sizes of the tiles. A 3x3 rectangle can be filled with 1x1 and 2x2 tiles in five ways:
Write a function to count the ways that a 3xn rectangle can be filled.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers21
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5810 Solvers
-
4503 Solvers
-
17445 Solvers
-
Find the maximum two numbers of every column of a matrix
232 Solvers
-
Find the index of n in magic(n)
273 Solvers
More from this Author325
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
It seems easy, then hard, then easy again.