Nivedita967 / Data-Structure-and-Algorithms

Data Structure and Algorithms problems across various platforms.
MIT License
47 stars 77 forks source link

Count the number of ways to tile the floor of size n x m using 1 x m … #1189

Closed Amit366 closed 3 years ago

Amit366 commented 3 years ago

Related Issue

Closes: #884

Describe the changes you've made

Algorithm to Count the number of ways to tile the floor of size n x m using 1 x m …

Language used for coding

c