mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 908,
|
||||
"dislikes": 456,
|
||||
"dislikes": 457,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Operations to Collect Elements\", \"titleSlug\": \"minimum-operations-to-collect-elements\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,3]\n3\n[1,2,3]\n3\n[1,2]\n4",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"155.9K\", \"totalSubmission\": \"195.5K\", \"totalAcceptedRaw\": 155918, \"totalSubmissionRaw\": 195506, \"acRate\": \"79.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"155.9K\", \"totalSubmission\": \"195.5K\", \"totalAcceptedRaw\": 155924, \"totalSubmissionRaw\": 195513, \"acRate\": \"79.8%\"}",
|
||||
"hints": [
|
||||
"Use “Push” for numbers to be kept in target array and [“Push”, “Pop”] for numbers to be discarded."
|
||||
],
|
||||
|
Reference in New Issue
Block a user