mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 26,
|
||||
"likes": 27,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.2K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1213, \"totalSubmissionRaw\": 2102, \"acRate\": \"57.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.2K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1235, \"totalSubmissionRaw\": 2134, \"acRate\": \"57.9%\"}",
|
||||
"hints": [
|
||||
"Think in the frequency of the numbers and how this affects the number of sequences needed.",
|
||||
"What is the minimum number of sequences we need to form? Considering frequency of the numbers.",
|
||||
|
Reference in New Issue
Block a user