mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 215,
|
||||
"dislikes": 14,
|
||||
"likes": 260,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[2,3,0,0,2]\n4\n[0,1,3,3]\n5\n[1,1,2]\n1",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"28.4K\", \"totalAcceptedRaw\": 8995, \"totalSubmissionRaw\": 28422, \"acRate\": \"31.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"33.5K\", \"totalAcceptedRaw\": 11143, \"totalSubmissionRaw\": 33520, \"acRate\": \"33.2%\"}",
|
||||
"hints": [
|
||||
"There needs to be at least one value among <code>3</code> consecutive values in the array that is greater than or equal to <code>k</code>.",
|
||||
"The problem can be solved using dynamic programming.",
|
||||
|
Reference in New Issue
Block a user