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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 538,
"dislikes": 42,
"likes": 545,
"dislikes": 43,
"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.6K\", \"totalSubmission\": \"99.8K\", \"totalAcceptedRaw\": 37649, \"totalSubmissionRaw\": 99812, \"acRate\": \"37.7%\"}",
"stats": "{\"totalAccepted\": \"37.9K\", \"totalSubmission\": \"100.5K\", \"totalAcceptedRaw\": 37938, \"totalSubmissionRaw\": 100540, \"acRate\": \"37.7%\"}",
"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.",