mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 443,
|
||||
"dislikes": 69,
|
||||
"likes": 446,
|
||||
"dislikes": 70,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"The Skyline Problem\", \"titleSlug\": \"the-skyline-problem\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,2],[2,3],[6,1]]\n[[100,100],[200,100]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.2K\", \"totalSubmission\": \"43.9K\", \"totalAcceptedRaw\": 19206, \"totalSubmissionRaw\": 43918, \"acRate\": \"43.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.5K\", \"totalSubmission\": \"44.4K\", \"totalAcceptedRaw\": 19464, \"totalSubmissionRaw\": 44430, \"acRate\": \"43.8%\"}",
|
||||
"hints": [
|
||||
"If positions = [[10, 20], [20, 30]], this is the same as [[1, 2], [2, 3]]. Currently, the values of positions are very large. Can you generalize this approach so as to make the values in positions manageable?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user