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": "Medium",
|
||||
"likes": 305,
|
||||
"dislikes": 32,
|
||||
"likes": 307,
|
||||
"dislikes": 33,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "5\n7\n[2,2]\n[4,4]\n[[3,0], [2,5]]\n1\n3\n[0,1]\n[0,0]\n[[0,2]]",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"30.9K\", \"totalAcceptedRaw\": 16880, \"totalSubmissionRaw\": 30887, \"acRate\": \"54.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17K\", \"totalSubmission\": \"31K\", \"totalAcceptedRaw\": 16963, \"totalSubmissionRaw\": 31031, \"acRate\": \"54.7%\"}",
|
||||
"hints": [
|
||||
"Will Brute force solution works here? What will be its complexity?",
|
||||
"Brute force definitely won't work here. Think of some simple solution. Take some example and make some observations.",
|
||||
|
Reference in New Issue
Block a user