mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 202,
|
||||
"dislikes": 287,
|
||||
"likes": 209,
|
||||
"dislikes": 290,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[\"A\",\"B\"],[\"C\"],[\"B\",\"C\"],[\"D\"]]\n[[1,2],[0,3],[0,3],[1,2]]\n0\n1\n[[\"A\",\"B\"],[\"C\"],[\"B\",\"C\"],[\"D\"]]\n[[1,2],[0,3],[0,3],[1,2]]\n0\n2",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"32.8K\", \"totalAcceptedRaw\": 14801, \"totalSubmissionRaw\": 32802, \"acRate\": \"45.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"33.1K\", \"totalAcceptedRaw\": 14959, \"totalSubmissionRaw\": 33108, \"acRate\": \"45.2%\"}",
|
||||
"hints": [
|
||||
"Do BFS to find the kth level friends.",
|
||||
"Then collect movies saw by kth level friends and sort them accordingly."
|
||||
|
Reference in New Issue
Block a user