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": "Hard",
|
||||
"likes": 411,
|
||||
"likes": 422,
|
||||
"dislikes": 8,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Bricks Falling When Hit\", \"titleSlug\": \"bricks-falling-when-hit\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8K\", \"totalSubmission\": \"16.6K\", \"totalAcceptedRaw\": 8049, \"totalSubmissionRaw\": 16613, \"acRate\": \"48.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"16.9K\", \"totalAcceptedRaw\": 8242, \"totalSubmissionRaw\": 16936, \"acRate\": \"48.7%\"}",
|
||||
"hints": [
|
||||
"What graph algorithm allows us to find whether a path exists?",
|
||||
"Can we use binary search to help us solve the problem?"
|
||||
|
Reference in New Issue
Block a user