1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 510,
"dislikes": 197,
"likes": 524,
"dislikes": 199,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find All People With Secret\", \"titleSlug\": \"find-all-people-with-secret\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Paths in Maze That Lead to Same Room\", \"titleSlug\": \"paths-in-maze-that-lead-to-same-room\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[0,1,10],[0,2,1],[1,2,2]]\n6\n3\n[[0,1,4],[1,2,6],[0,2,8],[1,3,1]]\n10\n4\n[[1,2,4],[1,4,5],[1,3,1],[2,3,4],[3,4,5]]\n17\n5",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"39.9K\", \"totalAcceptedRaw\": 19919, \"totalSubmissionRaw\": 39940, \"acRate\": \"49.9%\"}",
"stats": "{\"totalAccepted\": \"20.2K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 20196, \"totalSubmissionRaw\": 40439, \"acRate\": \"49.9%\"}",
"hints": [],
"solution": {
"id": "524",