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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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.",