Skip to content

Commit 8f694ac

Browse files
Update 1544-make-the-string-great.md
1 parent 980f928 commit 8f694ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsa-solutions/lc-solutions/1500-1599/1544-make-the-string-great.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Notice that an empty string is also good.
3838

3939
#### Example 2
4040

41-
- **Input:** $s = "abBAcC"$
42-
- **Output:** $""$
41+
- **Input:** s = "abBAcC"
42+
- **Output:** ""
4343
- **Explanation:** We have many possible scenarios, and all lead to the same answer. For example:</br>
4444
"abBAcC" --> "aAcC" --> "cC" --> ""
4545
"abBAcC" --> "abBA" --> "aA" --> ""

0 commit comments

Comments
 (0)