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": "Hard",
|
||||
"likes": 892,
|
||||
"likes": 896,
|
||||
"dislikes": 69,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Merge Intervals\", \"titleSlug\": \"merge-intervals\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Insert Interval\", \"titleSlug\": \"insert-interval\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Data Stream as Disjoint Intervals\", \"titleSlug\": \"data-stream-as-disjoint-intervals\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"97.3K\", \"totalAcceptedRaw\": 42221, \"totalSubmissionRaw\": 97257, \"acRate\": \"43.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.3K\", \"totalSubmission\": \"97.4K\", \"totalAcceptedRaw\": 42307, \"totalSubmissionRaw\": 97418, \"acRate\": \"43.4%\"}",
|
||||
"hints": [
|
||||
"Maintain a sorted set of disjoint intervals. addRange and removeRange can be performed with time complexity linear to the size of this set; queryRange can be performed with time complexity logarithmic to the size of this set."
|
||||
],
|
||||
|
Reference in New Issue
Block a user