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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 628,
"likes": 647,
"dislikes": 41,
"isLiked": null,
"similarQuestions": "[]",
@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"65.7K\", \"totalAcceptedRaw\": 21497, \"totalSubmissionRaw\": 65733, \"acRate\": \"32.7%\"}",
"stats": "{\"totalAccepted\": \"21.9K\", \"totalSubmission\": \"66.7K\", \"totalAcceptedRaw\": 21916, \"totalSubmissionRaw\": 66735, \"acRate\": \"32.8%\"}",
"hints": [
"In each step, choose between 2 options:\r\nminOranges = 1 + min( (n%2) + f(n/2), (n%3) + f(n/3) )\r\nwhere f(n) is the minimum number of days to eat n oranges."
],