mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 138,
|
||||
"dislikes": 65,
|
||||
"likes": 148,
|
||||
"dislikes": 67,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[0,1,2]\n[4,3,2,1]\n[1,2,3,4,5,6,7,8,9,0]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.6K\", \"totalSubmission\": \"30.8K\", \"totalAcceptedRaw\": 22557, \"totalSubmissionRaw\": 30764, \"acRate\": \"73.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23.9K\", \"totalSubmission\": \"32.7K\", \"totalAcceptedRaw\": 23869, \"totalSubmissionRaw\": 32656, \"acRate\": \"73.1%\"}",
|
||||
"hints": [
|
||||
"Starting with i=0, check the condition for each index. The first one you find to be true is the smallest index."
|
||||
],
|
||||
|
Reference in New Issue
Block a user