1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": 2311,
"likes": 2318,
"dislikes": 139,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Number of Pairs of Interchangeable Rectangles\", \"titleSlug\": \"number-of-pairs-of-interchangeable-rectangles\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Substrings That Begin and End With the Same Letter\", \"titleSlug\": \"substrings-that-begin-and-end-with-the-same-letter\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"279.8K\", \"totalSubmission\": \"318.3K\", \"totalAcceptedRaw\": 279831, \"totalSubmissionRaw\": 318279, \"acRate\": \"87.9%\"}",
"stats": "{\"totalAccepted\": \"280.4K\", \"totalSubmission\": \"318.9K\", \"totalAcceptedRaw\": 280408, \"totalSubmissionRaw\": 318928, \"acRate\": \"87.9%\"}",
"hints": [
"Count how many times each number appears. If a number appears n times, then n * (n 1) // 2 good pairs can be made with this number."
],