mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user