1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 06:22:54 +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

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 7715, \"totalSubmissionRaw\": 14154, \"acRate\": \"54.5%\"}",
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 7716, \"totalSubmissionRaw\": 14155, \"acRate\": \"54.5%\"}",
"hints": [
"Which data structure can you use to store the number of tasks of each difficulty level?",
"For any particular difficulty level, what can be the optimal strategy to complete the tasks using minimum rounds?",