1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 14:32:54 +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

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"17.5K\", \"totalSubmission\": \"23.5K\", \"totalAcceptedRaw\": 17452, \"totalSubmissionRaw\": 23534, \"acRate\": \"74.2%\"}",
"stats": "{\"totalAccepted\": \"17.8K\", \"totalSubmission\": \"24.1K\", \"totalAcceptedRaw\": 17833, \"totalSubmissionRaw\": 24094, \"acRate\": \"74.0%\"}",
"hints": [
"Each element of target should have a corresponding element in arr, and if it doesn't have a corresponding element, return false.",
"To solve it easiely you can sort the two arrays and check if they are equal."