mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
移除零宽空格
This commit is contained in:
@@ -26,7 +26,7 @@ Rotate: "5323"
|
||||
Add: "5222"
|
||||
Add: "5121"
|
||||
Rotate: "2151"
|
||||
Add: "2050"
|
||||
Add: "2050"
|
||||
There is no way to obtain a string that is lexicographically smaller than "2050".
|
||||
</pre>
|
||||
|
||||
@@ -38,8 +38,8 @@ There is no way to obtain a string that is lexicographically smaller than "
|
||||
<strong>Explanation:</strong> We can apply the following operations:
|
||||
Start: "74"
|
||||
Rotate: "47"
|
||||
Add: "42"
|
||||
Rotate: "24"
|
||||
Add: "42"
|
||||
Rotate: "24"
|
||||
There is no way to obtain a string that is lexicographically smaller than "24".
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user