1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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": "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.",