mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 119,
|
||||
"dislikes": 253,
|
||||
"likes": 122,
|
||||
"dislikes": 256,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,2,3,4,5]\n1\n3\n3\n[3,2]\n2\n0\n1\n[6,5,0,0]\n2\n1\n5",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"23.9K\", \"totalSubmission\": \"45.4K\", \"totalAcceptedRaw\": 23918, \"totalSubmissionRaw\": 45361, \"acRate\": \"52.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.4K\", \"totalSubmission\": \"46.4K\", \"totalAcceptedRaw\": 24402, \"totalSubmissionRaw\": 46354, \"acRate\": \"52.6%\"}",
|
||||
"hints": [
|
||||
"Use sliding window technique (aka two pointers)."
|
||||
],
|
||||
|
Reference in New Issue
Block a user