Skip to content

Commit 37d5830

Browse files
authored
Update 009._Palindrome_Number.md
1 parent 5da4a5d commit 37d5830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Leetcode_Solutions/009._Palindrome_Number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## 难度:Medium
3131

32-
> 思路1
32+
> 思路1 (满足Follow up)
3333
3434
- 首先负数肯定不是palindrome
3535
- 其次如果一个数字是一个正数,并且能被我0整除那它肯定也不是palindrome

0 commit comments

Comments
 (0)