1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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