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,14 +11,27 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 60,
"dislikes": 11,
"likes": 146,
"dislikes": 19,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Coin Change\", \"titleSlug\": \"coin-change\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"similarQuestions": "[{\"title\": \"Coin Change\", \"titleSlug\": \"coin-change\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Design an ATM Machine\", \"titleSlug\": \"design-an-atm-machine\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "\"02:30\"\n\"04:35\"\n\"11:00\"\n\"11:01\"",
"categoryTitle": "Algorithms",
"contributors": [],
"topicTags": [],
"topicTags": [
{
"name": "String",
"slug": "string",
"translatedName": null,
"__typename": "TopicTagNode"
},
{
"name": "Greedy",
"slug": "greedy",
"translatedName": null,
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": [
{
@@ -130,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"18.8K\", \"totalAcceptedRaw\": 11102, \"totalSubmissionRaw\": 18833, \"acRate\": \"58.9%\"}",
"stats": "{\"totalAccepted\": \"17.7K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 17743, \"totalSubmissionRaw\": 28554, \"acRate\": \"62.1%\"}",
"hints": [
"Convert the times to minutes.",
"Use the operation with the biggest value possible at each step."