LC790.多米诺和托米诺平铺
解题思路:
这题解题思路完全来自灵神 (灵茶山艾府)
https://leetcode.cn/problems/domino-and-tromino-tiling/solution/by-endlesscheng-umpp/
代码:
Python:
1 | MOD = 10 ** 9 + 7 |
C++
1 | class Solution { |
评论
这题解题思路完全来自灵神 (灵茶山艾府)
https://leetcode.cn/problems/domino-and-tromino-tiling/solution/by-endlesscheng-umpp/
1 | MOD = 10 ** 9 + 7 |
1 | class Solution { |