1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": 232,
"dislikes": 143,
"likes": 262,
"dislikes": 152,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Asteroid Collision\", \"titleSlug\": \"asteroid-collision\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Car Fleet\", \"titleSlug\": \"car-fleet\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Last Moment Before All Ants Fall Out of a Plank\", \"titleSlug\": \"last-moment-before-all-ants-fall-out-of-a-plank\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Car Fleet II\", \"titleSlug\": \"car-fleet-ii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "\"RLRSLL\"\n\"LLRR\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"11.4K\", \"totalSubmission\": \"29.1K\", \"totalAcceptedRaw\": 11399, \"totalSubmissionRaw\": 29090, \"acRate\": \"39.2%\"}",
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"32K\", \"totalAcceptedRaw\": 12767, \"totalSubmissionRaw\": 32034, \"acRate\": \"39.9%\"}",
"hints": [
"In what circumstances does a moving car not collide with another car?",
"If we disregard the moving cars that do not collide with another car, what does each moving car contribute to the answer?",