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": "Medium",
|
||||
"likes": 12588,
|
||||
"dislikes": 487,
|
||||
"likes": 12884,
|
||||
"dislikes": 503,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"LFU Cache\", \"titleSlug\": \"lfu-cache\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Design In-Memory File System\", \"titleSlug\": \"design-in-memory-file-system\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Design Compressed String Iterator\", \"titleSlug\": \"design-compressed-string-iterator\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Design Most Recently Used Queue\", \"titleSlug\": \"design-most-recently-used-queue\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"LRUCache\",\"put\",\"put\",\"get\",\"put\",\"get\",\"put\",\"get\",\"get\",\"get\"]\n[[2],[1,1],[2,2],[1],[3,3],[2],[4,4],[1],[3],[4]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1M\", \"totalSubmission\": \"2.6M\", \"totalAcceptedRaw\": 1026047, \"totalSubmissionRaw\": 2590862, \"acRate\": \"39.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1M\", \"totalSubmission\": \"2.6M\", \"totalAcceptedRaw\": 1048308, \"totalSubmissionRaw\": 2634713, \"acRate\": \"39.8%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "702",
|
||||
|
Reference in New Issue
Block a user