mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"27.2K\", \"totalSubmission\": \"42.6K\", \"totalAcceptedRaw\": 27156, \"totalSubmissionRaw\": 42568, \"acRate\": \"63.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.2K\", \"totalSubmission\": \"42.6K\", \"totalAcceptedRaw\": 27183, \"totalSubmissionRaw\": 42609, \"acRate\": \"63.8%\"}",
|
||||
"hints": [
|
||||
"First, ignore all the already matched positions, they don't affect the answer at all. For the unmatched positions, there are three basic cases (already given in the examples):",
|
||||
"(\"xx\", \"yy\") => 1 swap, (\"xy\", \"yx\") => 2 swaps",
|
||||
|
Reference in New Issue
Block a user