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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 421,
|
||||
"likes": 424,
|
||||
"dislikes": 18,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.9K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 15915, \"totalSubmissionRaw\": 40429, \"acRate\": \"39.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"40.8K\", \"totalAcceptedRaw\": 16100, \"totalSubmissionRaw\": 40811, \"acRate\": \"39.5%\"}",
|
||||
"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