mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 759,
|
||||
"dislikes": 97,
|
||||
"likes": 815,
|
||||
"dislikes": 98,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,0,0,2,3]\n[0,3,0,4,0]\n[0,1,0,0,0]\n[0,0,0,0,2]\n[0,1,0,0,2,0,0]\n[1,0,0,0,3,0,4]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"134.1K\", \"totalSubmission\": \"148.3K\", \"totalAcceptedRaw\": 134136, \"totalSubmissionRaw\": 148273, \"acRate\": \"90.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"143.1K\", \"totalSubmission\": \"158.4K\", \"totalAcceptedRaw\": 143141, \"totalSubmissionRaw\": 158444, \"acRate\": \"90.3%\"}",
|
||||
"hints": [
|
||||
"Because the vector is sparse, use a data structure that stores the index and value where the element is nonzero."
|
||||
],
|
||||
|
Reference in New Issue
Block a user