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": 1855,
"dislikes": 56,
"likes": 1905,
"dislikes": 58,
"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}]",
"exampleTestcases": "[\"MyCalendar\",\"book\",\"book\",\"book\"]\n[[],[10,20],[15,25],[20,30]]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"142.5K\", \"totalSubmission\": \"258.9K\", \"totalAcceptedRaw\": 142466, \"totalSubmissionRaw\": 258875, \"acRate\": \"55.0%\"}",
"stats": "{\"totalAccepted\": \"145.1K\", \"totalSubmission\": \"263.2K\", \"totalAcceptedRaw\": 145123, \"totalSubmissionRaw\": 263223, \"acRate\": \"55.1%\"}",
"hints": [
"Store the events as a sorted list of intervals. If none of the events conflict, then the new event can be added."
],