摘要:
You are given an integer array nums of length n, and an integer array queries of length m. Return an array answer of length m where answer[i] is the m 阅读全文
posted @ 2022-12-25 12:13
CNoodle
阅读(334)
评论(0)
推荐(0)
摘要:
You have two types of tiles: a 2 x 1 domino shape and a tromino shape. You may rotate these shapes. Given an integer n, return the number of ways to t 阅读全文
posted @ 2022-12-25 04:43
CNoodle
阅读(401)
评论(0)
推荐(0)
摘要:
You are given two strings word1 and word2. You want to construct a string merge in the following way: while either word1 or word2 are non-empty, choos 阅读全文
posted @ 2022-12-25 03:32
CNoodle
阅读(57)
评论(0)
推荐(0)