mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.6K\", \"totalSubmission\": \"34K\", \"totalAcceptedRaw\": 21646, \"totalSubmissionRaw\": 34021, \"acRate\": \"63.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.6K\", \"totalSubmission\": \"34K\", \"totalAcceptedRaw\": 21648, \"totalSubmissionRaw\": 34023, \"acRate\": \"63.6%\"}",
|
||||
"hints": [
|
||||
"We can traverse the linked list and store the elements in an array.",
|
||||
"Upon conversion to an array, we can swap the required elements by indexing the array.",
|
||||
|
Reference in New Issue
Block a user