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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 792,
|
||||
"likes": 795,
|
||||
"dislikes": 109,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Keep Multiplying Found Values by Two\", \"titleSlug\": \"keep-multiplying-found-values-by-two\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"180.7K\", \"totalSubmission\": \"509.4K\", \"totalAcceptedRaw\": 180669, \"totalSubmissionRaw\": 509433, \"acRate\": \"35.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"181.2K\", \"totalSubmission\": \"510.8K\", \"totalAcceptedRaw\": 181164, \"totalSubmissionRaw\": 510758, \"acRate\": \"35.5%\"}",
|
||||
"hints": [
|
||||
"Loop from i = 0 to arr.length, maintaining in a hashTable the array elements from [0, i - 1].",
|
||||
"On each step of the loop check if we have seen the element 2 * arr[i] so far or arr[i] / 2 was seen if arr[i] % 2 == 0."
|
||||
|
Reference in New Issue
Block a user