1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-12-19 02:24:59 +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

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"11.7K\", \"totalAcceptedRaw\": 4462, \"totalSubmissionRaw\": 11716, \"acRate\": \"38.1%\"}",
"stats": "{\"totalAccepted\": \"4.8K\", \"totalSubmission\": \"12.5K\", \"totalAcceptedRaw\": 4817, \"totalSubmissionRaw\": 12489, \"acRate\": \"38.6%\"}",
"hints": [
"It is always optimal to halve the largest element.",
"What data structure allows for an efficient query of the maximum element?",