mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 83,
|
||||
"dislikes": 139,
|
||||
"likes": 85,
|
||||
"dislikes": 140,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Add Digits\", \"titleSlug\": \"add-digits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[34,23,1,24,75,33,54,8]\n[99,77,33,66,55]",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"26K\", \"totalAcceptedRaw\": 19673, \"totalSubmissionRaw\": 26012, \"acRate\": \"75.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"26.3K\", \"totalAcceptedRaw\": 19886, \"totalSubmissionRaw\": 26283, \"acRate\": \"75.7%\"}",
|
||||
"hints": [
|
||||
"How to find the minimum number in an array?",
|
||||
"Loop over the array and compare each one of the numbers.",
|
||||
|
Reference in New Issue
Block a user