mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1561,
|
||||
"dislikes": 83,
|
||||
"likes": 1586,
|
||||
"dislikes": 85,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"First Missing Positive\", \"titleSlug\": \"first-missing-positive\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Missing Number\", \"titleSlug\": \"missing-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"K-Similar Strings\", \"titleSlug\": \"k-similar-strings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[0,2,1,3]\n[3,2,0,1]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.8K\", \"totalSubmission\": \"75.8K\", \"totalAcceptedRaw\": 42771, \"totalSubmissionRaw\": 75751, \"acRate\": \"56.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"43.5K\", \"totalSubmission\": \"77K\", \"totalAcceptedRaw\": 43482, \"totalSubmissionRaw\": 76962, \"acRate\": \"56.5%\"}",
|
||||
"hints": [
|
||||
"Say there are N two-seat couches. For each couple, draw an edge from the couch of one partner to the couch of the other partner."
|
||||
],
|
||||
|
Reference in New Issue
Block a user