mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 941,
|
||||
"dislikes": 1017,
|
||||
"dislikes": 1020,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Linked List Random Node\", \"titleSlug\": \"linked-list-random-node\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Random Pick with Blacklist\", \"titleSlug\": \"random-pick-with-blacklist\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Random Pick with Weight\", \"titleSlug\": \"random-pick-with-weight\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"Solution\",\"pick\",\"pick\",\"pick\"]\n[[[1,2,3,3,3]],[3],[1],[3]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"164.7K\", \"totalSubmission\": \"259.7K\", \"totalAcceptedRaw\": 164709, \"totalSubmissionRaw\": 259707, \"acRate\": \"63.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"165K\", \"totalSubmission\": \"260K\", \"totalAcceptedRaw\": 164980, \"totalSubmissionRaw\": 260041, \"acRate\": \"63.4%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "1043",
|
||||
|
Reference in New Issue
Block a user