Skip to content

Commit ccd1c11

Browse files
0564- Find the Closest Palindrome.md
1 parent eda7cc1 commit ccd1c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsa-solutions/lc-solutions/0500-0599/0564- Find the Closest Palindrome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Explanation: 0 and 2 are the closest palindromes but we return the smallest whic
3939

4040
### Constraints
4141

42-
- $1 <= n.length <= 18$
42+
- $1 \leq n.length \leq 18$
4343
- $n$ consists of only digits.
4444
- $n$ does not have leading zeros.
45-
- $n$ is representing an integer in the range [1, 10^18 - 1].
45+
- $n$ is representing an integer in the range [1, $10^18$ - 1].
4646

4747
---
4848

0 commit comments

Comments
 (0)