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": "Medium",
|
||||
"likes": 545,
|
||||
"dislikes": 43,
|
||||
"likes": 577,
|
||||
"dislikes": 44,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Array of Doubled Pairs\", \"titleSlug\": \"array-of-doubled-pairs\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Recover the Original Array\", \"titleSlug\": \"recover-the-original-array\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,3,4,2,6,8]\n[6,3,0,1]\n[1]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37.9K\", \"totalSubmission\": \"100.5K\", \"totalAcceptedRaw\": 37938, \"totalSubmissionRaw\": 100540, \"acRate\": \"37.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"40.7K\", \"totalSubmission\": \"107K\", \"totalAcceptedRaw\": 40684, \"totalSubmissionRaw\": 106963, \"acRate\": \"38.0%\"}",
|
||||
"hints": [
|
||||
"If changed is a doubled array, you should be able to delete elements and their doubled values until the array is empty.",
|
||||
"Which element is guaranteed to not be a doubled value? It is the smallest element.",
|
||||
|
Reference in New Issue
Block a user