1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "Medium",
"likes": 1325,
"likes": 1381,
"dislikes": 60,
"isLiked": null,
"similarQuestions": "[]",
@@ -119,7 +119,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"55.1K\", \"totalSubmission\": \"70.3K\", \"totalAcceptedRaw\": 55088, \"totalSubmissionRaw\": 70300, \"acRate\": \"78.4%\"}",
"stats": "{\"totalAccepted\": \"57.8K\", \"totalSubmission\": \"73.5K\", \"totalAcceptedRaw\": 57803, \"totalSubmissionRaw\": 73536, \"acRate\": \"78.6%\"}",
"hints": [
"A node that does not have any incoming edge can only be reached by itself.",
"Any other node with incoming edges can be reached from some other node.",