1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 235,
"likes": 255,
"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\": \"31.1K\", \"totalSubmission\": \"42.3K\", \"totalAcceptedRaw\": 31148, \"totalSubmissionRaw\": 42302, \"acRate\": \"73.6%\"}",
"stats": "{\"totalAccepted\": \"33.6K\", \"totalSubmission\": \"45.6K\", \"totalAcceptedRaw\": 33603, \"totalSubmissionRaw\": 45581, \"acRate\": \"73.7%\"}",
"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.",