mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 260,
|
||||
"dislikes": 47,
|
||||
"likes": 291,
|
||||
"dislikes": 50,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[3,1,5]\n[2,7,4]\n[4,1,5,9]\n[1,3,2,6]\n[2,2,6,6]\n[1,3,2,6]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.3K\", \"totalSubmission\": \"25.7K\", \"totalAcceptedRaw\": 21271, \"totalSubmissionRaw\": 25688, \"acRate\": \"82.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"27.6K\", \"totalAcceptedRaw\": 22846, \"totalSubmissionRaw\": 27573, \"acRate\": \"82.9%\"}",
|
||||
"hints": [
|
||||
"Can we sort the arrays to help solve the problem?",
|
||||
"Can we greedily match each student to a seat?",
|
||||
|
Reference in New Issue
Block a user