mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 149,
|
||||
"dislikes": 551,
|
||||
"likes": 154,
|
||||
"dislikes": 560,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "4\n[[1,2,3],[3,2,0],[3,1,0],[1,2,0]]\n[[0,1],[2,3]]\n2\n[[1],[0]]\n[[1,0]]\n4\n[[1,3,2],[2,3,0],[1,3,0],[0,2,1]]\n[[1,3],[0,2]]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.7K\", \"totalSubmission\": \"27.2K\", \"totalAcceptedRaw\": 15694, \"totalSubmissionRaw\": 27216, \"acRate\": \"57.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"27.8K\", \"totalAcceptedRaw\": 16062, \"totalSubmissionRaw\": 27777, \"acRate\": \"57.8%\"}",
|
||||
"hints": [
|
||||
"Create a matrix “rank” where rank[i][j] holds how highly friend ‘i' views ‘j’. This allows for O(1) comparisons between people"
|
||||
],
|
||||
|
Reference in New Issue
Block a user