1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."
],