1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 133,
"dislikes": 298,
"likes": 143,
"dislikes": 299,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "2\n[[1],[2],[1,2]]\n[[1,2],[1,3],[2,3]]\n3\n[[2],[1,3],[1,2],[3]]\n[[1,4],[1,2],[3,4],[2,3]]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5937, \"totalSubmissionRaw\": 14606, \"acRate\": \"40.6%\"}",
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"14.8K\", \"totalAcceptedRaw\": 6048, \"totalSubmissionRaw\": 14838, \"acRate\": \"40.8%\"}",
"hints": [
"You can just use brute force and find out for each language the number of users you need to teach",
"Note that a user can appear in multiple friendships but you need to teach that user only once"