Skip to content

Commit 66f7fd4

Browse files
authored
Improved description for task 9.
1 parent d397b1a commit 66f7fd4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0001_0100/s0009_palindrome_number

1 file changed

+1
-1
lines changed

src/main/java/g0001_0100/s0009_palindrome_number/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ An integer is a **palindrome** when it reads the same backward as forward. For e
3636

3737
**Constraints:**
3838

39-
* `-231 <= x <= 231 - 1`
39+
* <code>-2<sup>31</sup> <= x <= 2<sup>31</sup> - 1</code>
4040

4141
**Follow up:** Could you solve it without converting the integer to a string?

0 commit comments

Comments
 (0)