mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 626,
|
||||
"likes": 628,
|
||||
"dislikes": 41,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"65.6K\", \"totalAcceptedRaw\": 21468, \"totalSubmissionRaw\": 65647, \"acRate\": \"32.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"65.7K\", \"totalAcceptedRaw\": 21497, \"totalSubmissionRaw\": 65733, \"acRate\": \"32.7%\"}",
|
||||
"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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user