mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1786,
|
||||
"dislikes": 180,
|
||||
"likes": 1840,
|
||||
"dislikes": 182,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Max Chunks To Make Sorted II\", \"titleSlug\": \"max-chunks-to-make-sorted-ii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[4,3,2,1,0]\n[1,0,2,3,4]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"69.4K\", \"totalSubmission\": \"120.5K\", \"totalAcceptedRaw\": 69387, \"totalSubmissionRaw\": 120514, \"acRate\": \"57.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"70.7K\", \"totalSubmission\": \"122.7K\", \"totalAcceptedRaw\": 70740, \"totalSubmissionRaw\": 122724, \"acRate\": \"57.6%\"}",
|
||||
"hints": [
|
||||
"The first chunk can be found as the smallest k for which A[:k+1] == [0, 1, 2, ...k]; then we repeat this process."
|
||||
],
|
||||
|
Reference in New Issue
Block a user