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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1113,
|
||||
"likes": 1133,
|
||||
"dislikes": 123,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"My Calendar I\", \"titleSlug\": \"my-calendar-i\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"My Calendar III\", \"titleSlug\": \"my-calendar-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"71.5K\", \"totalSubmission\": \"134.4K\", \"totalAcceptedRaw\": 71529, \"totalSubmissionRaw\": 134371, \"acRate\": \"53.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"72.7K\", \"totalSubmission\": \"136.3K\", \"totalAcceptedRaw\": 72737, \"totalSubmissionRaw\": 136283, \"acRate\": \"53.4%\"}",
|
||||
"hints": [
|
||||
"Store two sorted lists of intervals: one list will be all times that are at least single booked, and another list will be all times that are definitely double booked. If none of the double bookings conflict, then the booking will succeed, and you should update your single and double bookings accordingly."
|
||||
],
|
||||
|
Reference in New Issue
Block a user