mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user