mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2845,
|
||||
"likes": 2846,
|
||||
"dislikes": 141,
|
||||
"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}]",
|
||||
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"104.4K\", \"totalSubmission\": \"212.9K\", \"totalAcceptedRaw\": 104410, \"totalSubmissionRaw\": 212937, \"acRate\": \"49.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"104.4K\", \"totalSubmission\": \"213K\", \"totalAcceptedRaw\": 104449, \"totalSubmissionRaw\": 213020, \"acRate\": \"49.0%\"}",
|
||||
"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