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": "Easy",
|
||||
"likes": 234,
|
||||
"likes": 235,
|
||||
"dislikes": 11,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Largest Number At Least Twice of Others\", \"titleSlug\": \"largest-number-at-least-twice-of-others\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Check If N and Its Double Exist\", \"titleSlug\": \"check-if-n-and-its-double-exist\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.9K\", \"totalSubmission\": \"42K\", \"totalAcceptedRaw\": 30949, \"totalSubmissionRaw\": 42036, \"acRate\": \"73.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.1K\", \"totalSubmission\": \"42.3K\", \"totalAcceptedRaw\": 31148, \"totalSubmissionRaw\": 42302, \"acRate\": \"73.6%\"}",
|
||||
"hints": [
|
||||
"Repeatedly iterate through the array and check if the current value of original is in the array.",
|
||||
"If original is not found, stop and return its current value.",
|
||||
|
Reference in New Issue
Block a user