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:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1397,
"likes": 1398,
"dislikes": 109,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find Score of an Array After Marking All Elements\", \"titleSlug\": \"find-score-of-an-array-after-marking-all-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"86.1K\", \"totalSubmission\": \"123.1K\", \"totalAcceptedRaw\": 86081, \"totalSubmissionRaw\": 123079, \"acRate\": \"69.9%\"}",
"stats": "{\"totalAccepted\": \"86.1K\", \"totalSubmission\": \"123.1K\", \"totalAcceptedRaw\": 86091, \"totalSubmissionRaw\": 123091, \"acRate\": \"69.9%\"}",
"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."