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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 351,
|
||||
"likes": 354,
|
||||
"dislikes": 40,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minesweeper\", \"titleSlug\": \"minesweeper\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Provinces\", \"titleSlug\": \"number-of-provinces\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Max Area of Island\", \"titleSlug\": \"max-area-of-island\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Rotting Oranges\", \"titleSlug\": \"rotting-oranges\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"23.4K\", \"totalAcceptedRaw\": 9283, \"totalSubmissionRaw\": 23374, \"acRate\": \"39.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"23.5K\", \"totalAcceptedRaw\": 9333, \"totalSubmissionRaw\": 23487, \"acRate\": \"39.7%\"}",
|
||||
"hints": [
|
||||
"How can we model the relationship between different bombs? Can \"graphs\" help us?",
|
||||
"Bombs are nodes and are connected to other bombs in their range by directed edges.",
|
||||
|
Reference in New Issue
Block a user