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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 424,
|
||||
"dislikes": 18,
|
||||
"likes": 459,
|
||||
"dislikes": 19,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[\"+\",\"+\",\".\",\"+\"],[\".\",\".\",\".\",\"+\"],[\"+\",\"+\",\"+\",\".\"]]\n[1,2]\n[[\"+\",\"+\",\"+\"],[\".\",\".\",\".\"],[\"+\",\"+\",\"+\"]]\n[1,0]\n[[\".\",\"+\"]]\n[0,0]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"40.8K\", \"totalAcceptedRaw\": 16100, \"totalSubmissionRaw\": 40811, \"acRate\": \"39.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.1K\", \"totalSubmission\": \"44.8K\", \"totalAcceptedRaw\": 18065, \"totalSubmissionRaw\": 44818, \"acRate\": \"40.3%\"}",
|
||||
"hints": [
|
||||
"Which type of traversal lets you find the distance from a point?",
|
||||
"Try using a Breadth First Search."
|
||||
|
Reference in New Issue
Block a user