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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 410,
|
||||
"likes": 424,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Swaps to Group All 1's Together\", \"titleSlug\": \"minimum-swaps-to-group-all-1s-together\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimum Number of Operations to Make Array Continuous\", \"titleSlug\": \"minimum-number-of-operations-to-make-array-continuous\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.6K\", \"totalSubmission\": \"14K\", \"totalAcceptedRaw\": 5642, \"totalSubmissionRaw\": 13999, \"acRate\": \"40.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 6041, \"totalSubmissionRaw\": 14620, \"acRate\": \"41.3%\"}",
|
||||
"hints": [
|
||||
"Choose k 1s and determine how many steps are required to move them into 1 group.",
|
||||
"Maintain a sliding window of k 1s, and maintain the steps required to group them.",
|
||||
|
Reference in New Issue
Block a user