We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f694ac commit 43fb210Copy full SHA for 43fb210
dsa-solutions/lc-solutions/1500-1599/1544-make-the-string-great.md
@@ -40,7 +40,7 @@ Notice that an empty string is also good.
40
41
- **Input:** s = "abBAcC"
42
- **Output:** ""
43
-- **Explanation:** We have many possible scenarios, and all lead to the same answer. For example:</br>
+- **Explanation:** We have many possible scenarios, and all lead to the same answer. For example: <br />
44
"abBAcC" --> "aAcC" --> "cC" --> ""
45
"abBAcC" --> "abBA" --> "aA" --> ""
46
0 commit comments