mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user