mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 194,
|
||||
"likes": 214,
|
||||
"dislikes": 81,
|
||||
"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\": \"Sequentially Ordinal Rank Tracker\", \"titleSlug\": \"sequentially-ordinal-rank-tracker\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.6K\", \"totalSubmission\": \"20K\", \"totalAcceptedRaw\": 6586, \"totalSubmissionRaw\": 20014, \"acRate\": \"32.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7K\", \"totalSubmission\": \"20.9K\", \"totalAcceptedRaw\": 6992, \"totalSubmissionRaw\": 20902, \"acRate\": \"33.5%\"}",
|
||||
"hints": [
|
||||
"At each query, try to save and update the sum of the elements needed to calculate MKAverage.",
|
||||
"You can use BSTs for fast insertion and deletion of the elements."
|
||||
|
Reference in New Issue
Block a user