1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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\": \"11K\", \"totalSubmission\": \"15.9K\", \"totalAcceptedRaw\": 11034, \"totalSubmissionRaw\": 15878, \"acRate\": \"69.5%\"}",
"stats": "{\"totalAccepted\": \"11.2K\", \"totalSubmission\": \"16.1K\", \"totalAcceptedRaw\": 11204, \"totalSubmissionRaw\": 16123, \"acRate\": \"69.5%\"}",
"hints": [
"Use dynamic programming to get the power of each integer of the intervals.",
"Sort all the integers of the interval by the power value and return the k-th in the sorted list."