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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 520,
"dislikes": 26,
"likes": 582,
"dislikes": 29,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find First and Last Position of Element in Sorted Array\", \"titleSlug\": \"find-first-and-last-position-of-element-in-sorted-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Rank Transform of an Array\", \"titleSlug\": \"rank-transform-of-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,5,2,3]\n2\n[1,2,5,2,3]\n3\n[1,2,5,2,3]\n5",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"46.7K\", \"totalSubmission\": \"58.5K\", \"totalAcceptedRaw\": 46706, \"totalSubmissionRaw\": 58548, \"acRate\": \"79.8%\"}",
"stats": "{\"totalAccepted\": \"51.6K\", \"totalSubmission\": \"65.4K\", \"totalAcceptedRaw\": 51646, \"totalSubmissionRaw\": 65411, \"acRate\": \"79.0%\"}",
"hints": [
"Try \"sorting\" the array first.",
"Now find all indices in the array whose values are equal to target."