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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",