1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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,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?"