1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",