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": "Hard",
|
||||
"likes": 3065,
|
||||
"dislikes": 202,
|
||||
"likes": 3154,
|
||||
"dislikes": 206,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"LRU Cache\", \"titleSlug\": \"lru-cache\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Design In-Memory File System\", \"titleSlug\": \"design-in-memory-file-system\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"LFUCache\",\"put\",\"put\",\"get\",\"put\",\"get\",\"get\",\"put\",\"get\",\"get\",\"get\"]\n[[2],[1,1],[2,2],[1],[3,3],[2],[3],[4,4],[1],[3],[4]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"147.9K\", \"totalSubmission\": \"377.1K\", \"totalAcceptedRaw\": 147862, \"totalSubmissionRaw\": 377068, \"acRate\": \"39.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"151K\", \"totalSubmission\": \"383.6K\", \"totalAcceptedRaw\": 150995, \"totalSubmissionRaw\": 383618, \"acRate\": \"39.4%\"}",
|
||||
"hints": [],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
|
Reference in New Issue
Block a user