1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."