1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "Medium",
"likes": 4511,
"likes": 4519,
"dislikes": 251,
"isLiked": null,
"similarQuestions": "[{\"title\": \"House Robber\", \"titleSlug\": \"house-robber\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"171.2K\", \"totalSubmission\": \"299.5K\", \"totalAcceptedRaw\": 171188, \"totalSubmissionRaw\": 299464, \"acRate\": \"57.2%\"}",
"stats": "{\"totalAccepted\": \"172K\", \"totalSubmission\": \"300.8K\", \"totalAcceptedRaw\": 171976, \"totalSubmissionRaw\": 300813, \"acRate\": \"57.2%\"}",
"hints": [
"If you take a number, you might as well take them all. Keep track of what the value is of the subset of the input with maximum M when you either take or don't take M."
],