mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1376,
|
||||
"dislikes": 148,
|
||||
"likes": 1404,
|
||||
"dislikes": 147,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"The Maze III\", \"titleSlug\": \"the-maze-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"The Maze II\", \"titleSlug\": \"the-maze-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[0,0,1,0,0],[0,0,0,0,0],[0,0,0,1,0],[1,1,0,1,1],[0,0,0,0,0]]\n[0,4]\n[4,4]\n[[0,0,1,0,0],[0,0,0,0,0],[0,0,0,1,0],[1,1,0,1,1],[0,0,0,0,0]]\n[0,4]\n[3,2]\n[[0,0,0,0,0],[1,1,0,0,1],[0,0,0,0,0],[0,1,0,0,1],[0,1,0,0,0]]\n[4,3]\n[0,1]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"115.6K\", \"totalSubmission\": \"211.8K\", \"totalAcceptedRaw\": 115560, \"totalSubmissionRaw\": 211822, \"acRate\": \"54.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"117.6K\", \"totalSubmission\": \"215K\", \"totalAcceptedRaw\": 117586, \"totalSubmissionRaw\": 215014, \"acRate\": \"54.7%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "143",
|
||||
|
Reference in New Issue
Block a user