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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 412,
|
||||
"dislikes": 28,
|
||||
"likes": 455,
|
||||
"dislikes": 30,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Time Based Key-Value Store\", \"titleSlug\": \"time-based-key-value-store\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"StockPrice\",\"update\",\"update\",\"current\",\"maximum\",\"update\",\"maximum\",\"update\",\"minimum\"]\n[[],[1,10],[2,5],[],[],[1,3],[],[4,2],[]]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.8K\", \"totalSubmission\": \"46.4K\", \"totalAcceptedRaw\": 21770, \"totalSubmissionRaw\": 46369, \"acRate\": \"46.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"25K\", \"totalSubmission\": \"52.5K\", \"totalAcceptedRaw\": 25029, \"totalSubmissionRaw\": 52550, \"acRate\": \"47.6%\"}",
|
||||
"hints": [
|
||||
"How would you solve the problem for offline queries (all queries given at once)?",
|
||||
"Think about which data structure can help insert and delete the most optimal way."
|
||||
|
Reference in New Issue
Block a user