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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1323,
"likes": 1325,
"dislikes": 60,
"isLiked": null,
"similarQuestions": "[]",
@@ -119,7 +119,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"54.9K\", \"totalSubmission\": \"70.1K\", \"totalAcceptedRaw\": 54909, \"totalSubmissionRaw\": 70078, \"acRate\": \"78.4%\"}",
"stats": "{\"totalAccepted\": \"55.1K\", \"totalSubmission\": \"70.3K\", \"totalAcceptedRaw\": 55088, \"totalSubmissionRaw\": 70300, \"acRate\": \"78.4%\"}",
"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.",