mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"40K\", \"totalSubmission\": \"50.8K\", \"totalAcceptedRaw\": 39991, \"totalSubmissionRaw\": 50837, \"acRate\": \"78.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"40K\", \"totalSubmission\": \"50.8K\", \"totalAcceptedRaw\": 39994, \"totalSubmissionRaw\": 50840, \"acRate\": \"78.7%\"}",
|
||||
"hints": [
|
||||
"Find the tallest person and swap with the first person, then find the second tallest person and swap with the second person, etc. Repeat until you fix all n people."
|
||||
],
|
||||
|
Reference in New Issue
Block a user