1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 133,
"dislikes": 299,
"dislikes": 298,
"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\": 5935, \"totalSubmissionRaw\": 14602, \"acRate\": \"40.6%\"}",
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 5937, \"totalSubmissionRaw\": 14606, \"acRate\": \"40.6%\"}",
"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"