Tiling 3*n grid c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Tiling 3*n grid c++

Write a c++ program that can count how many ways to tile a 3*n grid with 3 type of dominos. A 4 piece L shaped (not tromino), a 3*1 domino, and a regular 2*1 domino. Rotation is allowed but mirroring isn't.

4th Aug 2021, 12:38 PM
Taha
2 Answers
+ 1
Taha we ain't gonna do that for you unless you show your attempt
4th Aug 2021, 1:15 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
I wanted to solve it by using recursive algorithm but it seems to be harder than this I'm still working on it
4th Aug 2021, 1:19 PM
Taha