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": 222,
|
||||
"dislikes": 140,
|
||||
"likes": 232,
|
||||
"dislikes": 143,
|
||||
"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.1K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 11113, \"totalSubmissionRaw\": 28479, \"acRate\": \"39.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.4K\", \"totalSubmission\": \"29.1K\", \"totalAcceptedRaw\": 11399, \"totalSubmissionRaw\": 29090, \"acRate\": \"39.2%\"}",
|
||||
"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?",
|
||||
|
Reference in New Issue
Block a user