1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 150,
"likes": 151,
"dislikes": 4,
"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}]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"25.3K\", \"totalAcceptedRaw\": 20301, \"totalSubmissionRaw\": 25297, \"acRate\": \"80.3%\"}",
"stats": "{\"totalAccepted\": \"20.5K\", \"totalSubmission\": \"25.5K\", \"totalAcceptedRaw\": 20496, \"totalSubmissionRaw\": 25541, \"acRate\": \"80.2%\"}",
"hints": [
"For every possible pair of indices (i, j) where i < j, check if it satisfies the given conditions."
],