mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 195,
|
||||
"dislikes": 102,
|
||||
"likes": 198,
|
||||
"dislikes": 107,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Asteroid Collision\", \"titleSlug\": \"asteroid-collision\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "10\n[3,9,19,5,21]\n5\n[4,9,23,4]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.8K\", \"totalSubmission\": \"36.9K\", \"totalAcceptedRaw\": 17805, \"totalSubmissionRaw\": 36886, \"acRate\": \"48.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.4K\", \"totalSubmission\": \"38K\", \"totalAcceptedRaw\": 18376, \"totalSubmissionRaw\": 37969, \"acRate\": \"48.4%\"}",
|
||||
"hints": [
|
||||
"Choosing the asteroid to collide with can be done greedily.",
|
||||
"If an asteroid will destroy the planet, then every bigger asteroid will also destroy the planet.",
|
||||
|
Reference in New Issue
Block a user