mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 330,
|
||||
"likes": 342,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"similarQuestions": "[{\"title\": \"Number of Flowers in Full Bloom\", \"titleSlug\": \"number-of-flowers-in-full-bloom\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,4],[2,4],[3,6],[4,4]]\n[2,3,4,5]\n[[2,3],[2,5],[1,8],[20,25]]\n[2,19,5,22]",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"14.1K\", \"totalAcceptedRaw\": 6396, \"totalSubmissionRaw\": 14071, \"acRate\": \"45.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"14.7K\", \"totalAcceptedRaw\": 6722, \"totalSubmissionRaw\": 14713, \"acRate\": \"45.7%\"}",
|
||||
"hints": [
|
||||
"Is there a way to order the intervals and queries such that it takes less time to query?",
|
||||
"Is there a way to add and remove intervals by going from the smallest query to the largest query to find the minimum size?"
|
||||
|
Reference in New Issue
Block a user