1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1351,
"likes": 1411,
"dislikes": 33,
"isLiked": null,
"similarQuestions": "[]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"119.6K\", \"totalSubmission\": \"166.2K\", \"totalAcceptedRaw\": 119638, \"totalSubmissionRaw\": 166187, \"acRate\": \"72.0%\"}",
"stats": "{\"totalAccepted\": \"123.8K\", \"totalSubmission\": \"172K\", \"totalAcceptedRaw\": 123753, \"totalSubmissionRaw\": 171962, \"acRate\": \"72.0%\"}",
"hints": [
"Find the number of occurrences of each element in the array using a hash map.",
"Iterate through the hash map and check if there is a repeated value."