mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"23.3K\", \"totalAcceptedRaw\": 16198, \"totalSubmissionRaw\": 23284, \"acRate\": \"69.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"23.3K\", \"totalAcceptedRaw\": 16199, \"totalSubmissionRaw\": 23285, \"acRate\": \"69.6%\"}",
|
||||
"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."
|
||||
|
Reference in New Issue
Block a user