Skip to content

Commit b293334

Browse files
authored
Update 0214-Shortest-Palindrome.md
1 parent efb809d commit b293334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0200-0299/0214-Shortest-Palindrome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Input: s = "abcd"
2323
Output: "dcbabcd"
2424

2525
### Constraints:
26-
- 0 <= s.length <= 5 * 10^4
26+
- $0 \leq \text{s.length} \leq 5 \times 10^4$
2727
- s consists of lowercase English letters only.
2828

2929
## Solution

0 commit comments

Comments
 (0)