1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1915,
"dislikes": 1271,
"likes": 1917,
"dislikes": 1272,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Subarray\", \"titleSlug\": \"maximum-subarray\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,2,3,1]\n[1,2,2,3,1,4,2]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"145.4K\", \"totalSubmission\": \"261.6K\", \"totalAcceptedRaw\": 145432, \"totalSubmissionRaw\": 261617, \"acRate\": \"55.6%\"}",
"stats": "{\"totalAccepted\": \"145.7K\", \"totalSubmission\": \"262K\", \"totalAcceptedRaw\": 145681, \"totalSubmissionRaw\": 262012, \"acRate\": \"55.6%\"}",
"hints": [
"Say 5 is the only element that occurs the most number of times - for example, nums = [1, 5, 2, 3, 5, 4, 5, 6]. What is the answer?"
],