1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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",