mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.8K\", \"totalSubmission\": \"8.4K\", \"totalAcceptedRaw\": 2808, \"totalSubmissionRaw\": 8383, \"acRate\": \"33.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"8.5K\", \"totalAcceptedRaw\": 2887, \"totalSubmissionRaw\": 8517, \"acRate\": \"33.9%\"}",
|
||||
"hints": [
|
||||
"Can you think of a DP solution?",
|
||||
"Let DP[i][j] denote the minimum number of white tiles still visible from indices i to floor.length-1 after covering with at most j carpets.",
|
||||
|
Reference in New Issue
Block a user