mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 225,
|
||||
"dislikes": 120,
|
||||
"likes": 230,
|
||||
"dislikes": 125,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Median Given Frequency of Numbers\", \"titleSlug\": \"find-median-given-frequency-of-numbers\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "{\"headers\": {\"Employee\": [\"id\", \"company\", \"salary\"]}, \"rows\": {\"Employee\": [[1, \"A\", 2341],[2, \"A\", 341],[3, \"A\", 15],[4, \"A\", 15314],[5, \"A\", 451],[6, \"A\", 513],[7, \"B\", 15],[8, \"B\", 13],[9, \"B\", 1154],[10, \"B\", 1345],[11, \"B\", 1221],[12, \"B\", 234],[13, \"C\", 2345],[14, \"C\", 2645],[15, \"C\", 2645],[16, \"C\", 2652],[17, \"C\", 65]]}}",
|
||||
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"26.3K\", \"totalSubmission\": \"39.5K\", \"totalAcceptedRaw\": 26283, \"totalSubmissionRaw\": 39523, \"acRate\": \"66.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27K\", \"totalSubmission\": \"40.5K\", \"totalAcceptedRaw\": 26970, \"totalSubmissionRaw\": 40462, \"acRate\": \"66.7%\"}",
|
||||
"hints": [
|
||||
"Still remember how to select the sum which group by one column?",
|
||||
"Try to think about how to get the median from a sorted list.",
|
||||
|
Reference in New Issue
Block a user