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,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."