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": "Easy",
|
||||
"likes": 151,
|
||||
"dislikes": 4,
|
||||
"likes": 180,
|
||||
"dislikes": 7,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Number of Pairs With Absolute Difference K\", \"titleSlug\": \"count-number-of-pairs-with-absolute-difference-k\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[3,1,2,2,2,1,3]\n2\n[1,2,3,4]\n1",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.5K\", \"totalSubmission\": \"25.5K\", \"totalAcceptedRaw\": 20496, \"totalSubmissionRaw\": 25541, \"acRate\": \"80.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 22828, \"totalSubmissionRaw\": 28452, \"acRate\": \"80.2%\"}",
|
||||
"hints": [
|
||||
"For every possible pair of indices (i, j) where i < j, check if it satisfies the given conditions."
|
||||
],
|
||||
|
Reference in New Issue
Block a user