1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 217,
"likes": 226,
"dislikes": 10,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Edit Distance\", \"titleSlug\": \"edit-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"16.7K\", \"totalAcceptedRaw\": 5184, \"totalSubmissionRaw\": 16674, \"acRate\": \"31.1%\"}",
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"18K\", \"totalAcceptedRaw\": 5415, \"totalSubmissionRaw\": 17971, \"acRate\": \"30.1%\"}",
"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.",