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-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": 1603,
"dislikes": 97,
"likes": 1645,
"dislikes": 98,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[2,3,1,3,2,4,6,7,9,2,19]\n[2,1,4,3,9,6]\n[28,6,22,8,44,17]\n[22,28,8,6]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"121.8K\", \"totalSubmission\": \"178.9K\", \"totalAcceptedRaw\": 121837, \"totalSubmissionRaw\": 178860, \"acRate\": \"68.1%\"}",
"stats": "{\"totalAccepted\": \"123.9K\", \"totalSubmission\": \"181.8K\", \"totalAcceptedRaw\": 123893, \"totalSubmissionRaw\": 181761, \"acRate\": \"68.2%\"}",
"hints": [
"Using a hashmap, we can map the values of arr2 to their position in arr2.",
"After, we can use a custom sorting function."