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-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": 1853,
"likes": 1855,
"dislikes": 56,
"isLiked": null,
"similarQuestions": "[{\"title\": \"My Calendar II\", \"titleSlug\": \"my-calendar-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"My Calendar III\", \"titleSlug\": \"my-calendar-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"142.3K\", \"totalSubmission\": \"258.7K\", \"totalAcceptedRaw\": 142329, \"totalSubmissionRaw\": 258664, \"acRate\": \"55.0%\"}",
"stats": "{\"totalAccepted\": \"142.5K\", \"totalSubmission\": \"258.9K\", \"totalAcceptedRaw\": 142466, \"totalSubmissionRaw\": 258875, \"acRate\": \"55.0%\"}",
"hints": [
"Store the events as a sorted list of intervals. If none of the events conflict, then the new event can be added."
],