mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
批量更新数据
This commit is contained in:
@@ -44,7 +44,7 @@ Apply Operation 1: "<u>a</u>c<u>b</u>" -> "<u>b</u>c<u>a</u>&q
|
||||
<strong>Output:</strong> true
|
||||
<strong>Explanation:</strong> You can attain word2 from word1 in 3 operations.
|
||||
Apply Operation 1: "ca<u>b</u>bb<u>a</u>" -> "ca<u>a</u>bb<u>b</u>"
|
||||
<code>Apply Operation 2: "</code><u>c</u>aa<u>bbb</u>" -> "<u>b</u>aa<u>ccc</u>"
|
||||
Apply Operation 2: "<u>c</u>aa<u>bbb</u>" -> "<u>b</u>aa<u>ccc</u>"
|
||||
Apply Operation 2: "<u>baa</u>ccc" -> "<u>abb</u>ccc"
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user