1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 13:36:46 +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

@@ -18,10 +18,29 @@
"similarQuestions": "[]",
"contributors": [],
"langToValidPlayground": null,
"topicTags": [],
"topicTags": [
{
"name": "Greedy",
"slug": "greedy",
"translatedName": "贪心",
"__typename": "TopicTagNode"
},
{
"name": "Array",
"slug": "array",
"translatedName": "数组",
"__typename": "TopicTagNode"
},
{
"name": "Prefix Sum",
"slug": "prefix-sum",
"translatedName": "前缀和",
"__typename": "TopicTagNode"
}
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"30\", \"totalSubmission\": \"56\", \"totalAcceptedRaw\": 30, \"totalSubmissionRaw\": 56, \"acRate\": \"53.6%\"}",
"stats": "{\"totalAccepted\": \"68\", \"totalSubmission\": \"117\", \"totalAcceptedRaw\": 68, \"totalSubmissionRaw\": 117, \"acRate\": \"58.1%\"}",
"hints": [
"When should you use your armor ability?",
"It is always optimal to use your armor ability on the level where you take the most amount of damage."