1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 16:01:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

移除零宽空格

This commit is contained in:
2025-05-25 15:06:02 +08:00
parent 59597532bc
commit 3070bed723
272 changed files with 1031 additions and 749 deletions

View File

@@ -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 &quot;
<strong>Explanation:</strong> We can apply the following operations:
Start: &quot;74&quot;
Rotate: &quot;47&quot;
Add: &quot;42&quot;
Rotate: &quot;24&quot;
Add: &quot;42&quot;
Rotate: &quot;24&quot;
There is no way to obtain a string that is lexicographically smaller than &quot;24&quot;.
</pre>