mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 113,
|
||||
"likes": 114,
|
||||
"dislikes": 24,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Median from Data Stream\", \"titleSlug\": \"find-median-from-data-stream\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Kth Largest Element in a Stream\", \"titleSlug\": \"kth-largest-element-in-a-stream\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Finding MK Average\", \"titleSlug\": \"finding-mk-average\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"6K\", \"totalAcceptedRaw\": 3672, \"totalSubmissionRaw\": 5999, \"acRate\": \"61.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"6K\", \"totalAcceptedRaw\": 3686, \"totalSubmissionRaw\": 6019, \"acRate\": \"61.2%\"}",
|
||||
"hints": [
|
||||
"If the problem were to find the median of a stream of scenery locations while they are being added, can you solve it?",
|
||||
"We can use a similar approach as an optimization to avoid repeated sorting.",
|
||||
|
Reference in New Issue
Block a user