Skip to content

Commit a1a49ef

Browse files
authored
Update 。。。.md
1 parent 130333e commit a1a49ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2018.11.27-leetcode125/。。。.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```
12
public boolean isPalindrome(String s){
23
if (s.length() >= 2){
34
int left = 0,right = s.length()-1;
@@ -26,3 +27,4 @@ public boolean isPalindrome(String s){
2627
}
2728
return true;
2829
}
30+
```

0 commit comments

Comments
 (0)