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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 3344,
"likes": 3353,
"dislikes": 264,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Can Place Flowers\", \"titleSlug\": \"can-place-flowers\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Destroying Asteroids\", \"titleSlug\": \"destroying-asteroids\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Collisions on a Road\", \"titleSlug\": \"count-collisions-on-a-road\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"189K\", \"totalSubmission\": \"426K\", \"totalAcceptedRaw\": 188972, \"totalSubmissionRaw\": 425972, \"acRate\": \"44.4%\"}",
"stats": "{\"totalAccepted\": \"189.4K\", \"totalSubmission\": \"426.8K\", \"totalAcceptedRaw\": 189385, \"totalSubmissionRaw\": 426809, \"acRate\": \"44.4%\"}",
"hints": [
"Say a row of asteroids is stable. What happens when a new asteroid is added on the right?"
],