mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 836,
|
||||
"dislikes": 20,
|
||||
"likes": 879,
|
||||
"dislikes": 21,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,1,0,1]\n[0,1,1,1,0,1,1,0,1]\n[1,1,1]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"38.2K\", \"totalSubmission\": \"63.7K\", \"totalAcceptedRaw\": 38249, \"totalSubmissionRaw\": 63696, \"acRate\": \"60.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"39.4K\", \"totalSubmission\": \"65.7K\", \"totalAcceptedRaw\": 39439, \"totalSubmissionRaw\": 65662, \"acRate\": \"60.1%\"}",
|
||||
"hints": [
|
||||
"Maintain a sliding window where there is at most one zero on it."
|
||||
],
|
||||
|
Reference in New Issue
Block a user